summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareabox.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: add Gtk*Class docsWilliam Jon McCann2014-01-201-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=81006
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+6
| | | | Add annotations to all exported functions in GTK+ headers.
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Don't export gtk_cell_area_box_init_groupsMatthias Clasen2011-02-081-3/+3
| | | | | That function can't be meant to be public, since it take a GtkCellAreaBoxContext argument, which is not a public type.
* Added "fixed-size" cell property to GtkCellAreaBoxTristan Van Berkom2010-12-221-2/+7
| | | | | | Now a cell can either have a "fixed" size or it can have an "aligned" starting point or both. "fixed" size cells take no space when they are invisible.
* Trivial changesMatthias Clasen2010-12-171-17/+17
| | | | Whitespace fixes, comment formatting, etc
* Marking GtkCellArea structure portions as /*< private >*/Tristan Van Berkom2010-12-031-0/+2
|
* Added the majority of the allocate machinery to GtkCellAreaIter[Box].Tristan Van Berkom2010-10-301-1/+1
|
* Made GtkCellAreaBox:align-cells a packing property per cellTristan Van Berkom2010-10-301-5/+4
| | | | | | Implemented all request apis on GtkCellAreaBox considering alignment of groups of cells (some cells can be aligned while others fill space smartly).
* Added most of the request code for GtkCellAreaBoxTristan Van Berkom2010-10-271-8/+14
| | | | | | | | | | | Added the following to GtkCellAreaBox: - GtkCellAreaBox:spacing property defines spacing between cells - GtkCellAreaBox:align-cells property defines whether cells should be aligned with cells in adjacent rows. - Implementations for get_preferred_width / get_preferred_height - Implementations for get_preferred_height_for_width and the other when the box is oriented in the easy way (i.e. height_for_width() implemented for a vertical box, no virtual allocations done yet).
* Implemented basic child list handling on GtkCellAreaBoxTristan Van Berkom2010-10-241-3/+9
| | | | | | | | Added the child list to GtkCellAreaBox, added _pack_start() and _pack_end() apis to GtkCellAreaBox since they are appropriate there and implemented GtkCellLayoutIface to override the _pack_start()/end() methods (since the base GtkCellArea class simply forwards these apis to the generic ->add() api on the base class).
* Adding initial code skeleton for GtkCellAreaBox.Tristan Van Berkom2010-10-231-0/+71