MxIcon

MxIcon — a simple styled icon actor

Synopsis

                    MxIcon;
ClutterActor*       mx_icon_new                         (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxIcon

Implemented Interfaces

MxIcon implements ClutterScriptable and MxStylable.

Description

MxIcon is a simple styled texture actor that displays an image from a stylesheet.

Details

MxIcon

typedef struct _MxIcon MxIcon;

The contents of this structure are private and should only be accessed through the public API.


mx_icon_new ()

ClutterActor*       mx_icon_new                         (void);

Create a newly allocated MxIcon

Returns :

A newly allocated MxIcon