![]() |
![]() |
![]() |
exo Reference Manual | ![]() |
---|---|---|---|---|
#include <exo/exo.h> ExoToolbarsEditorDialog; GtkWidget* exo_toolbars_editor_dialog_new_with_model (GtkUIManager *ui_manager, ExoToolbarsModel *model);
GObject +----GInitiallyUnowned +----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. |