gtk2/docs/reference
Emmanuele Bassi 5cbf6f5fbd Add GtkLayoutChild
Layout managers needs a way to store properties that control the layout
policy of a widget; typically, we used to store these in GtkContainer's
child properties, but since GtkLayoutManager is decoupled from the
actual container widget, we need a separate storage. Additionally, child
properties have their own downsides, like requiring a separate, global
GParamSpecPool storage, and additional lookup API.

GtkLayoutChild is a simple GObject class, which means you can introspect
and document it as you would any other type.
2019-03-26 00:11:27 +00:00
..
gdk Remove gdk_device_warp 2019-03-24 20:49:08 -04:00
gsk renderer: Make gsk_renderer_is_realized() public 2019-03-19 08:47:54 +01:00
gtk Add GtkLayoutChild 2019-03-26 00:11:27 +00:00
meson.build docs: Fix inclusion of source files in tutorial 2018-09-17 13:39:22 +05:30