| Mx Toolkit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
MxIcon; 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);
typedef struct _MxIcon MxIcon;
The contents of this structure are private and should only be accessed through the public API.
ClutterActor * mx_icon_new (void);
Create a newly allocated MxIcon
Returns : |
A newly allocated MxIcon |
void mx_icon_set_icon_name (MxIcon *icon,const gchar *icon_name);
|
|
|