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.

[]

Hierarchy

hierarchy this GtkCenterLayout ancestor_0 GtkLayoutManager ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0
[]

Constructors

gtk_center_layout_new

Creates a new GtkCenterLayout.

[]

Instance methods

gtk_center_layout_get_baseline_position

Returns the baseline position of the layout.

gtk_center_layout_get_center_widget

Returns the center widget of the layout.

gtk_center_layout_get_end_widget

Returns the end widget of the layout.

gtk_center_layout_get_orientation

Gets the current orienration of the layout manager.

gtk_center_layout_get_shrink_center_last

Gets whether self shrinks the center widget after other children.

since: 4.12

gtk_center_layout_get_start_widget

Returns the start widget of the layout.

gtk_center_layout_set_baseline_position

Sets the new baseline position of self.

gtk_center_layout_set_center_widget

Sets the new center widget of self.

gtk_center_layout_set_end_widget

Sets the new end widget of self.

gtk_center_layout_set_orientation

Sets the orientation of self.

gtk_center_layout_set_shrink_center_last

Sets whether to shrink the center widget after other children.

since: 4.12

gtk_center_layout_set_start_widget

Sets the new start widget of self.

Methods inherited from GtkLayoutManager (6)
Methods inherited from GObject (43)
[]

Properties

Gtk.CenterLayout:shrink-center-last

Whether to shrink the center widget after other children.

since: 4.12

[]

Signals

Signals inherited from GObject (1)

Class structure