MexNotificationArea

MexNotificationArea

Synopsis

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

Object Hierarchy

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

Implemented Interfaces

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

Description

Details

struct MexNotificationArea

struct MexNotificationArea;

struct MexNotificationAreaClass

struct MexNotificationAreaClass {
  MxStackClass parent_class;
};

mex_notification_area_add_source ()

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

mex_notification_area_new ()

ClutterActor *      mex_notification_area_new           (void);