From 53930ef60abf446960319d6c54a6899965b9a09f Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 26 Aug 2000 14:46:17 +0000 Subject: Rewrote the way the pieces toolbar work under Linux, now it can be resized and floated. Save toolbar preferences between sessions. Fixed the check marks in the toolbar menu. git-svn-id: http://svn.leocad.org/trunk@107 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/menu.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/menu.cpp') diff --git a/linux/menu.cpp b/linux/menu.cpp index 31a4171..786ec09 100644 --- a/linux/menu.cpp +++ b/linux/menu.cpp @@ -148,7 +148,11 @@ void create_main_menu (GtkObject *window, GtkWidget *vbox) window, ID_VIEW_TOOLBAR_DRAWING, "menu_view_toolbar_drawing"); create_check_menu_item (menu_in_menu, "Ani_mation", menu_in_menu_accel, GTK_SIGNAL_FUNC (OnCommand), window, ID_VIEW_TOOLBAR_ANIMATION, "menu_view_toolbar_animation"); + create_check_menu_item (menu_in_menu, "_Pieces", menu_in_menu_accel, GTK_SIGNAL_FUNC (OnCommand), + window, ID_VIEW_TOOLBAR_PIECES, "menu_view_toolbar_pieces"); menu_separator (menu_in_menu); + create_check_menu_item (menu_in_menu, "_Floating Pieces", menu_in_menu_accel, GTK_SIGNAL_FUNC (OnCommand), + window, ID_VIEW_TOOLBAR_FLOATING, "menu_view_toolbar_floating"); item = create_radio_menu_item (menu_in_menu, NULL, "Icons _and Text", menu_in_menu_accel, GTK_SIGNAL_FUNC (OnCommand), window, ID_VIEW_TOOLBAR_BOTH, "menu_view_toolbar_both"); -- cgit v1.2.3