summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-01-25 09:36:53 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-01-25 09:36:53 +0000
commit2c971690777ca2dca936245569bae9dfb76513e8 (patch)
tree2a921d8d89a98483ae5dfeaf45a035e68bb373fb /src/ui/interface.h
parentSelectToolbar: cleanup unused (diff)
downloadinkscape-2c971690777ca2dca936245569bae9dfb76513e8.tar.gz
inkscape-2c971690777ca2dca936245569bae9dfb76513e8.zip
Rewrite main menu bar code:
Convert to GTKMM. General cleanup. Move to dedicated files.
Diffstat (limited to 'src/ui/interface.h')
-rw-r--r--src/ui/interface.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ui/interface.h b/src/ui/interface.h
index eb75fe7d6..67cb0f393 100644
--- a/src/ui/interface.h
+++ b/src/ui/interface.h
@@ -54,18 +54,6 @@ void sp_ui_import_files(gchar *buffer);
*/
unsigned int sp_ui_close_all ();
-/**
- * Build the main tool bar.
- *
- * Currently the main tool bar is built as a dynamic XML menu using
- * \c sp_ui_build_dyn_menus. This function builds the bar, and then
- * pass it to get items attached to it.
- *
- * @param view View to build the bar for
- */
-GtkWidget *sp_ui_main_menubar (Inkscape::UI::View::View *view);
-
-void sp_menu_append_recent_documents (GtkWidget *menu);
void sp_ui_dialog_title_string (Inkscape::Verb * verb, char* c);
Glib::ustring getLayoutPrefPath( Inkscape::UI::View::View *view );