MxItemFactory

MxItemFactory

Synopsis

                    MxItemFactory;
                    MxItemFactoryIface;
ClutterActor *      mx_item_factory_create              (MxItemFactory *factory);

Description

Details

MxItemFactory

typedef struct _MxItemFactory MxItemFactory;


MxItemFactoryIface

typedef struct {
    /* vfuncs, not signals */
    ClutterActor *(* create) (MxItemFactory *factory);
} MxItemFactoryIface;

Interface for creating custom items

create ()

virtual function called when creating a new item

mx_item_factory_create ()

ClutterActor *      mx_item_factory_create              (MxItemFactory *factory);

factory :

Returns :