CtkVBox
CtkVBox — A vertical container
|
|
Object Hierarchy
GObject
+----GInitiallyUnowned
+----ClutterActor
+----CtkActor
+----CtkBox
+----CtkVBox
Implemented Interfaces
CtkVBox implements
ClutterScriptable, CtkFocusable and ClutterContainer.
Description
CtkVBox is a container that organises children into a single column.
Details
CtkVBox
typedef struct _CtkVBox CtkVBox;
CtkVBoxClass
typedef struct {
CtkBoxClass parent_class;
} CtkVBoxClass;
ctk_vbox_new ()
ClutterActor * ctk_vbox_new (guint spacing
);
creates a new CtkVBox
spacing :
|
a guint to specify the spacing for this box
|
Returns : |
A new CtkVBox
|