summaryrefslogtreecommitdiff
path: root/gtk/gtkbinlayout.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes after reviewEmmanuele Bassi2019-03-261-2/+12
| | | | | | | | | - Rename GtkLegacyLayout to GtkCustomLayout - Use for() to iterate over children in GtkBinLayout - Whitespace fixes for code imported from GtkBox - Store the GtkLayoutChild instances inside LayoutManager - Simplify the GtkLayoutManager API by dropping unnecessary arguments - Fix the ownership model of GtkLayoutManager
* Add GtkBinLayoutEmmanuele Bassi2019-03-261-0/+21
Like GtkBin, but lets you lay out multiple children instead of just one.