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
Assigns the given @width, @height, and @baseline to a @widget, and computes the position and sizes of the children of the @widget using the layout management policy of @manager.
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.
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 the new start widget of @self.