NbtkIcon — a simple styled icon actor
NbtkIcon; NbtkIcon* nbtk_icon_new (void);
void
GObject +----GInitiallyUnowned +----ClutterActor +----NbtkWidget +----NbtkIcon
NbtkIcon implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface and NbtkStylable.
NbtkIcon is a simple styled texture actor that displays an image from a stylesheet.
typedef struct _NbtkIcon NbtkIcon;
The contents of this structure are private and should only be accessed through the public API.
NbtkIcon* nbtk_icon_new (void);
Create a newly allocated NbtkIcon
Returns :