![]() |
![]() |
![]() |
clutk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <ctk-icon-view.h> CtkIconViewPrivate; CtkIconView; ClutterActor * ctk_icon_view_new (void
); void ctk_icon_view_set_spacing (CtkIconView *icon_view
,gint spacing
); gint ctk_icon_view_get_spacing (CtkIconView *icon_view
);
CtkIconView can hold multiple widgets and organises them into a grid that fills the space available.
void ctk_icon_view_set_spacing (CtkIconView *icon_view
,gint spacing
);
Sets the spacing between each item contained within icon_view
. Spacing is in pixels
|
A CtkIconView |
|
an integer defining the spacing size |
gint ctk_icon_view_get_spacing (CtkIconView *icon_view
);
Gets the spacing defined previously in ctk_icon_view_set_spacing()
|
A CtkIconView |
Returns : |
An integer defining the spacing in pixels |
"spacing"
property"spacing" gint : Read / Write / Construct
The amount of space between the children.
Allowed values: >= 0
Default value: 18