Gtk.LayoutManagerClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
allocate |
r |
a virtual function, used to allocate the size of the widget using the layout manager |
|
create_layout_child |
r |
a virtual function, used to create a |
|
get_request_mode |
r |
a virtual function, used to return the preferred request mode for the layout manager; for instance, “width for height” or “height for width”; see |
|
layout_child_type |
r |
the type of |
|
measure |
r |
a virtual function, used to measure the minimum and preferred sizes of the widget using the layout manager for a given orientation |
|
parent_class |
r |
||
root |
r |
a virtual function, called when the widget using the layout manager is attached to a |
|
unroot |
r |
a virtual function, called when the widget using the layout manager is detached from a |
Methods¶
None
Details¶
- class Gtk.LayoutManagerClass¶
The
GtkLayoutManagerClass
structure contains only private data, and should only be accessed through the provided API, or when subclassingGtkLayoutManager
.