|  |  |  | Mx Toolkit Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
                    MxItemFactory;
struct              MxItemFactoryIface;
ClutterActor *      mx_item_factory_create              (MxItemFactory *factory);
typedef struct _MxItemFactory MxItemFactory;
This is an opaque structure whose members cannot be directly accessed.
struct MxItemFactoryIface {
  /* vfuncs, not signals */
  ClutterActor *(* create) (MxItemFactory *factory);
};
Interface for creating custom items
ClutterActor *      mx_item_factory_create              (MxItemFactory *factory);
Create an item
| 
 | A MxItemFactory | 
| Returns : | the new item. [transfer full] |