OverlayLayoutChild

GtkLayoutChild subclass for children in a GtkOverlayLayout.

Constructors

this
this(GtkOverlayLayoutChild* gtkOverlayLayoutChild, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getClipOverlay
bool getClipOverlay()

Retrieves whether the child is clipped.

getMeasure
bool getMeasure()

Retrieves whether the child is measured.

getOverlayLayoutChildStruct
GtkOverlayLayoutChild* getOverlayLayoutChildStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setClipOverlay
void setClipOverlay(bool clipOverlay)

Sets whether to clip this child.

setMeasure
void setMeasure(bool measure)

Sets whether to measure this child.

Static functions

getType
GType getType()

Variables

gtkOverlayLayoutChild
GtkOverlayLayoutChild* gtkOverlayLayoutChild;

the main Gtk struct

Inherited Members

From LayoutChild

gtkLayoutChild
GtkLayoutChild* gtkLayoutChild;

the main Gtk struct

getLayoutChildStruct
GtkLayoutChild* getLayoutChildStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getChildWidget
Widget getChildWidget()

Retrieves the GtkWidget associated to the given @layout_child.

getLayoutManager
LayoutManager getLayoutManager()

Retrieves the GtkLayoutManager instance that created the given @layout_child.

Meta