![]() | ![]() | ![]() | exo Reference Manual | ![]() |
---|
ExoToolbarsEditorDialog — Dialog to edit toolbars
#include <exo/exo.h> struct ExoToolbarsEditorDialog; GtkWidget* exo_toolbars_editor_dialog_new_with_model (GtkUIManager *ui_manager, ExoToolbarsModel *model);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----ExoToolbarsEditorDialog
GtkWidget* exo_toolbars_editor_dialog_new_with_model (GtkUIManager *ui_manager, ExoToolbarsModel *model);
Creates a new ExoToolbarsEditorDialog that is associated with ui_manager and model.
ui_manager : | A GtkUIManager. |
model : | An ExoToolbarsModel. |
Returns : | A new ExoToolbarsEditorDialog. |
<< ExoToolbarsEditor | ExoToolbarsView >> |