Class
GtkCenterLayout
[−]
Description [src]
final class Gtk.CenterLayout : Gtk.LayoutManager
{
/* No available fields */
}
Manages up to three children.
The start widget is allocated at the start of the layout (left in left-to-right locales and right in right-to-left ones), and the end widget at the end.
The center widget is centered regarding the full width of the layout’s.
[−]
Instance methods
gtk_center_layout_get_shrink_center_last
Gets whether self
shrinks the center widget after other children.
since: 4.12
gtk_center_layout_set_shrink_center_last
Sets whether to shrink the center widget after other children.
since: 4.12
[+]
Methods inherited from GtkLayoutManager (6)
[−]
Properties
Gtk.CenterLayout:shrink-center-last
Whether to shrink the center widget after other children.
since: 4.12
[+]