MexClockBin

MexClockBin

Synopsis

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

Description

Details

struct MexClockBin

struct MexClockBin {
  MxBin parent;

  MexClockBinPrivate *priv;
};

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;