CenterLayout
GtkCenterLayout
is a layout manager that 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.
Constructors
Properties
Functions
Returns the baseline position of the layout.
Returns the center widget of the layout.
Returns the end widget of the layout.
Retrieves a GtkLayoutChild
instance for the GtkLayoutManager
, creating one if necessary.
Gets the current orienration of the layout manager.
Retrieves the request mode of @manager.
Gets whether @self shrinks the center widget after other children.
Returns the start widget of the layout.
Queues a resize on the GtkWidget
using @manager, if any.
Sets the new baseline position of @self
Sets the new center widget of @self.
Sets the new end widget of @self.
Sets the orientation of @self.
Sets whether to shrink the center widget after other children.
Sets the new start widget of @self.