MexNotificationArea

MexNotificationArea

Synopsis

struct              MexNotificationArea;
struct              MexNotificationAreaClass;
ClutterActor *      mex_notification_area_new           (void);
                    MexNotificationAreaPrivate;

Description

Details

struct MexNotificationArea

struct MexNotificationArea {
  MxStack parent;

  MexNotificationAreaPrivate *priv;
};

struct MexNotificationAreaClass

struct MexNotificationAreaClass {
  MxStackClass parent_class;
};

mex_notification_area_new ()

ClutterActor *      mex_notification_area_new           (void);

MexNotificationAreaPrivate

typedef struct _MexNotificationAreaPrivate MexNotificationAreaPrivate;