![]() |
![]() |
![]() |
Mex Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct MexGrid; struct MexGridClass; MexModel * mex_grid_get_model (MexGrid *grid
); gint mex_grid_get_stride (MexGrid *grid
); ClutterActor * mex_grid_new (void
); void mex_grid_set_model (MexGrid *grid
,MexModel *model
); void mex_grid_set_stride (MexGrid *grid
,gint stride
);
MexGrid implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable, MxScrollable, MxFocusable and MexScrollableContainer.
"stride" gint : Read / Write "tile-height" gfloat : Read "tile-ratio" gfloat : Read / Write "tile-width" gfloat : Read
"stride"
property"stride" gint : Read / Write
Amount of widgets to pack horizontally.
Allowed values: >= 1
Default value: 3
"tile-height"
property"tile-height" gfloat : Read
Convenience property representing the height of a row in the grid.
Allowed values: >= 0
Default value: 0
"tile-ratio"
property"tile-ratio" gfloat : Read / Write
The aspect ratio of the tile.
Allowed values: >= 0
Default value: 0.5625
"tile-width"
property"tile-width" gfloat : Read
Convenience property representing the width of a tile in the grid.
Allowed values: >= 0
Default value: 0