summaryrefslogtreecommitdiff
path: root/gtk/gtkbinlayout.c
Commit message (Collapse)AuthorAgeFilesLines
* binlayout: Convert docsMatthias Clasen2021-03-111-11/+10
|
* layout managers: Handle native childrenMatthias Clasen2019-06-111-2/+2
| | | | | | | Add a convenience api to skip children that should not be included in the layout, and call gtk_native_check_resize on all native children outside of the vfunc.
* Changes after reviewEmmanuele Bassi2019-03-261-20/+29
| | | | | | | | | - 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/+115
Like GtkBin, but lets you lay out multiple children instead of just one.