![]() |
![]() |
![]() |
Mx Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
MxIcon; MxIconClass; ClutterActor * mx_icon_new (void
); const gchar * mx_icon_get_icon_name (MxIcon *icon
); void mx_icon_set_icon_name (MxIcon *icon
,const gchar *icon_name
); gint mx_icon_get_icon_size (MxIcon *icon
); void mx_icon_set_icon_size (MxIcon *icon
,gint size
);
MxIcon implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.
typedef struct _MxIcon MxIcon;
The contents of this structure are private and should only be accessed through the public API.
typedef struct { MxWidgetClass parent_class; /* padding for future expansion */ void (*_padding_0) (void); void (*_padding_1) (void); void (*_padding_2) (void); void (*_padding_3) (void); void (*_padding_4) (void); } MxIconClass;
ClutterActor * mx_icon_new (void
);
Create a newly allocated MxIcon
Returns : |
A newly allocated MxIcon |