EmpathyStatusPresetDialog

EmpathyStatusPresetDialog — a dialog for editing the saved status messages

Synopsis


#include <libempathy-gtk/empathy-status-preset-dialog.h>

                    EmpathyStatusPresetDialog;
GtkWidget *         empathy_status_preset_dialog_new    (GtkWindow *parent);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----EmpathyStatusPresetDialog

Implemented Interfaces

EmpathyStatusPresetDialog implements AtkImplementorIface and GtkBuildable.

Description

EmpathyStatusPresetDialog is a dialog allowing the user to add/remove/edit their saved status messages.

Details

EmpathyStatusPresetDialog

typedef struct _EmpathyStatusPresetDialog EmpathyStatusPresetDialog;


empathy_status_preset_dialog_new ()

GtkWidget *         empathy_status_preset_dialog_new    (GtkWindow *parent);

Creates a new EmpathyStatusPresetDialog that allows the user to add/remove/edit their saved status messages.

parent :

the parent window of this dialog (or NULL)

Returns :

the newly constructed dialog.