#include <gtk/gtkwidget.h>
#include "mailbox-types.h"
Include dependency graph for gtk-mb-editor.h:
Go to the source code of this file.
Typedefs | |
typedef XePGtkMbEditor_s | XePGtkMbEditor |
Functions | |
XePGtkMbEditor * | a_GtkMbEditor_new (GtkWidget *toplevel) |
void | a_GtkMbEditor_free (XePGtkMbEditor *mbeditor) |
void | a_GtkMbEditor_show (XePGtkMbEditor *mbeditor) |
void | a_GtkMbEditor_hide (XePGtkMbEditor *mbeditor) |
void | a_GtkMbEditor_set_mailbox (XePGtkMbEditor *mbeditor, XePMailbox *mailbox) |
XePMailbox * | a_GtkMbEditor_get_mailbox (XePGtkMbEditor *mbeditor) |
void | a_GtkMbEditor_set_ok_callback (XePGtkMbEditor *mbeditor, void(*user_cb)(XePGtkMbEditor *ambeditor, void *auser_data), void *user_data) |
|
|
|
Free the ressources used by a mailbox editor and destroy it |
|
Get the edited mailbox
|
|
Hide the mailbox editor
|
|
Create a mailbox editor
|
|
Set the mailbox to edit
|
|
Set the callback function to call when the OK button is clicked
|
|
Show the mailbox editor
|