- GtkReserved1
void function() GtkReserved1;
- GtkReserved2
void function() GtkReserved2;
- GtkReserved3
void function() GtkReserved3;
- GtkReserved4
void function() GtkReserved4;
- GtkReserved5
void function() GtkReserved5;
- GtkReserved6
void function() GtkReserved6;
- GtkReserved7
void function() GtkReserved7;
- GtkReserved8
void function() GtkReserved8;
- HandleBorderWidth
uint HandleBorderWidth;
- add
void function(GtkContainer* container, GtkWidget* widget) add;
Signal emitted when a widget is added to container.
- checkResize
void function(GtkContainer* container) checkResize;
Signal emitted when a size recalculation is needed.
- childType
GType function(GtkContainer* container) childType;
Returns the type of the children supported by the container.
- compositeName
char* function(GtkContainer* container, GtkWidget* child) compositeName;
Gets a widget’s composite name. Deprecated: 3.10.
- forall
void function(GtkContainer* container, gboolean includeInternals, GtkCallback callback, void* callbackData) forall;
Invokes callback on each child of container. The callback handler
may remove the child.
- getChildProperty
void function(GtkContainer* container, GtkWidget* child, uint propertyId, GValue* value, GParamSpec* pspec) getChildProperty;
Get a property from a child of container.
- getPathForChild
GtkWidgetPath* function(GtkContainer* container, GtkWidget* child) getPathForChild;
Get path representing entire widget hierarchy
from the toplevel down to and including @child.
- parentClass
GtkWidgetClass parentClass;
- remove
void function(GtkContainer* container, GtkWidget* widget) remove;
Signal emitted when a widget is removed from container.
- setChildProperty
void function(GtkContainer* container, GtkWidget* child, uint propertyId, const(GValue)* value, GParamSpec* pspec) setChildProperty;
Set a property on a child of container.
- setFocusChild
void function(GtkContainer* container, GtkWidget* child) setFocusChild;
Sets the focused child of container.
Base class for containers.