MexClockBin

MexClockBin

Synopsis

struct              MexClockBin;
struct              MexClockBinClass;
ClutterActor *      mex_clock_bin_new                   (void);
MxIcon *            mex_clock_bin_get_icon              (MexClockBin *bin);
                    MexClockBinPrivate;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxBin
                           +----MexClockBin

Implemented Interfaces

MexClockBin implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable, ClutterContainer and MxFocusable.

Properties

  "icon"                     MxIcon*               : Read

Description

Details

struct MexClockBin

struct MexClockBin;

struct MexClockBinClass

struct MexClockBinClass {
  MxBinClass parent_class;
};

mex_clock_bin_new ()

ClutterActor *      mex_clock_bin_new                   (void);

mex_clock_bin_get_icon ()

MxIcon *            mex_clock_bin_get_icon              (MexClockBin *bin);

MexClockBinPrivate

typedef struct _MexClockBinPrivate MexClockBinPrivate;

Property Details

The "icon" property

  "icon"                     MxIcon*               : Read

The MxIcon displayed to the right of the clock.