|  |  |  | libempathy-gtk Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
| EmpathyStatusPresetDialogEmpathyStatusPresetDialog — a dialog for editing the saved status messages | 
#include <libempathy-gtk/empathy-status-preset-dialog.h>
                    EmpathyStatusPresetDialog;
GtkWidget *         empathy_status_preset_dialog_new    (GtkWindow *parent);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----EmpathyStatusPresetDialog
EmpathyStatusPresetDialog is a dialog allowing the user to add/remove/edit their saved status messages.
GtkWidget * empathy_status_preset_dialog_new (GtkWindow *parent);
Creates a new EmpathyStatusPresetDialog that allows the user to add/remove/edit their saved status messages.
| 
 | the parent window of this dialog (or NULL) | 
| Returns : | the newly constructed dialog. |