MexNotificationArea

MexNotificationArea

Synopsis

struct              MexNotificationArea;
struct              MexNotificationAreaClass;
ClutterActor *      mex_notification_area_new           (void);
void                mex_notification_area_add_source    (MexNotificationArea *area,
                                                         MexNotificationSource *source);
                    MexNotificationAreaPrivate;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxStack
                           +----MexNotificationArea

Implemented Interfaces

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

Description

Details

struct MexNotificationArea

struct MexNotificationArea;

struct MexNotificationAreaClass

struct MexNotificationAreaClass {
  MxStackClass parent_class;
};

mex_notification_area_new ()

ClutterActor *      mex_notification_area_new           (void);

mex_notification_area_add_source ()

void                mex_notification_area_add_source    (MexNotificationArea *area,
                                                         MexNotificationSource *source);

MexNotificationAreaPrivate

typedef struct _MexNotificationAreaPrivate MexNotificationAreaPrivate;