| Top |  |  |  |  | 
    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
.
struct ExoToolbarsEditorDialog;
The ExoToolbarsEditorDialog struct contains only private fields and should not be directly accessed.