MexInfoBar

MexInfoBar

Synopsis

struct              MexInfoBar;
struct              MexInfoBarClass;
void                mex_info_bar_close_dialog           (MexInfoBar *self);
void                mex_info_bar_show_buttons           (MexInfoBar *self,
                                                         gboolean visible);
void                mex_info_bar_show_notifications     (MexInfoBar *self,
                                                         gboolean visible);
gboolean            mex_info_bar_notifications_visible  (MexInfoBar *self);
gboolean            mex_info_bar_dialog_visible         (MexInfoBar *self);
void                mex_info_bar_new_notification       (MexInfoBar *self,
                                                         const gchar *message,
                                                         gint timeout);
ClutterActor *      mex_info_bar_get_default            (void);
                    MexInfoBarPrivate;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MexInfoBar

Implemented Interfaces

MexInfoBar implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.

Signals

  "close-request"                                  : Run Last

Description

Details

struct MexInfoBar

struct MexInfoBar;

struct MexInfoBarClass

struct MexInfoBarClass {
  MxWidgetClass parent_class;
};

mex_info_bar_close_dialog ()

void                mex_info_bar_close_dialog           (MexInfoBar *self);

mex_info_bar_show_buttons ()

void                mex_info_bar_show_buttons           (MexInfoBar *self,
                                                         gboolean visible);

mex_info_bar_show_notifications ()

void                mex_info_bar_show_notifications     (MexInfoBar *self,
                                                         gboolean visible);

mex_info_bar_notifications_visible ()

gboolean            mex_info_bar_notifications_visible  (MexInfoBar *self);

mex_info_bar_dialog_visible ()

gboolean            mex_info_bar_dialog_visible         (MexInfoBar *self);

mex_info_bar_new_notification ()

void                mex_info_bar_new_notification       (MexInfoBar *self,
                                                         const gchar *message,
                                                         gint timeout);

mex_info_bar_get_default ()

ClutterActor *      mex_info_bar_get_default            (void);

MexInfoBarPrivate

typedef struct _MexInfoBarPrivate MexInfoBarPrivate;

Signal Details

The "close-request" signal

void                user_function                      (MexInfoBar *mexinfobar,
                                                        gpointer    user_data)       : Run Last