NbtkIcon

NbtkIcon — a simple styled icon actor

Synopsis

                    NbtkIcon;
NbtkIcon*           nbtk_icon_new                       (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----NbtkWidget
                     +----NbtkIcon

Implemented Interfaces

NbtkIcon implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface and NbtkStylable.

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