Gtk.LayoutManagerClass

Fields

Name

Type

Access

Description

allocate

object

r

a virtual function, used to allocate the size of the widget using the layout manager

create_layout_child

object

r

a virtual function, used to create a GtkLayoutChild meta object for the layout properties

get_request_mode

object

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 GtkSizeRequestMode

layout_child_type

GObject.GType

r

the type of GtkLayoutChild used by this layout manager

measure

object

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

GObject.ObjectClass

r

root

object

r

a virtual function, called when the widget using the layout manager is attached to a GtkRoot

unroot

object

r

a virtual function, called when the widget using the layout manager is detached from a GtkRoot

Methods

None

Details

class Gtk.LayoutManagerClass

The GtkLayoutManagerClass structure contains only private data, and should only be accessed through the provided API, or when subclassing GtkLayoutManager.