NbtkIcon
NbtkIcon — a simple styled icon actor
|
|
Synopsis
NbtkIcon;
NbtkIcon* nbtk_icon_new (void);
Description
NbtkIcon is a simple styled texture actor that displays an image from
a stylesheet.
Details
NbtkIcon
typedef struct _NbtkIcon NbtkIcon;
The contents of this structure are private and should only be accessed
through the public API.
nbtk_icon_new ()
NbtkIcon* nbtk_icon_new (void);
Create a newly allocated NbtkIcon
Returns : |
A newly allocated NbtkIcon
|