#include <gtk/gtkwidget.h>
#include "mta.h"
Include dependency graph for gtk-mta-editor.h:
Go to the source code of this file.
Typedefs | |
typedef XePGtkMTAEditor_s | XePGtkMTAEditor |
typedef void(* | XePGtkMTAEditorCb )(XePGtkMTAEditor *mtaeditor, gpointer data) |
Functions | |
XePGtkMTAEditor * | a_GtkMTAEditor_new (GtkWidget *toplevel) |
void | a_GtkMTAEditor_free (XePGtkMTAEditor *mtaeditor) |
void | a_GtkMTAEditor_set_mta (XePGtkMTAEditor *mtaeditor, XePMTA *mta) |
XePMTA * | a_GtkMTAEditor_get_mta (XePGtkMTAEditor *mtaeditor) |
void | a_GtkMTAEditor_show (XePGtkMTAEditor *mtaeditor) |
void | a_GtkMTAEditor_set_ok_callback (XePGtkMTAEditor *mtaeditor, XePGtkMTAEditorCb func, gpointer data) |
|
|
|
|
|
|
|
Get the current mta
|
|
|
|
Set the MTA to be edited or create a new one to edit
|
|
Set the function to be called whenever OK is clicked The callback function should call a_GtkMTAEditor_get_mta() to get the created MTA (when NULL is passed to a_GtkMTAEditor_set_mta())
|
|
|