| Top | Description | Object Hierarchy |  |  |  |  | 
struct              ClutterFixedLayout;
struct              ClutterFixedLayoutClass;
ClutterLayoutManager * clutter_fixed_layout_new         (void);
ClutterFixedLayout is a layout manager implementing the same layout policies as ClutterGroup.
ClutterFixedLayout is available since Clutter 1.2
struct ClutterFixedLayout;
The ClutterFixedLayout structure contains only private data and it should be accessed using the provided API
Since 1.2
struct ClutterFixedLayoutClass {
};
The ClutterFixedLayoutClass structure contains only private data and it should be accessed using the provided API
Since 1.2
ClutterLayoutManager * clutter_fixed_layout_new         (void);
Creates a new ClutterFixedLayout
| Returns : | the newly created ClutterFixedLayout | 
Since 1.2