summaryrefslogtreecommitdiff
path: root/linux/main.h
diff options
context:
space:
mode:
authorleo2000-08-26 14:46:17 +0000
committerleo2000-08-26 14:46:17 +0000
commit53930ef60abf446960319d6c54a6899965b9a09f (patch)
tree392f51e1f1d34df6d99783e5bfa960b31f061015 /linux/main.h
parent31a1d493ed4ca5d263244a8a3231111a58bdc5c4 (diff)
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
Diffstat (limited to 'linux/main.h')
-rw-r--r--linux/main.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/linux/main.h b/linux/main.h
index 27b90ef..d1521ec 100644
--- a/linux/main.h
+++ b/linux/main.h
@@ -30,9 +30,11 @@ void OnCommandDirect(GtkWidget *w, gpointer data);
#define ID_VIEW_TOOLBAR_STANDARD 20
#define ID_VIEW_TOOLBAR_DRAWING 21
#define ID_VIEW_TOOLBAR_ANIMATION 22
-#define ID_VIEW_TOOLBAR_BOTH 23
-#define ID_VIEW_TOOLBAR_ICONS 24
-#define ID_VIEW_TOOLBAR_TEXT 25
+#define ID_VIEW_TOOLBAR_PIECES 23
+#define ID_VIEW_TOOLBAR_FLOATING 24
+#define ID_VIEW_TOOLBAR_BOTH 25
+#define ID_VIEW_TOOLBAR_ICONS 26
+#define ID_VIEW_TOOLBAR_TEXT 27
#define ID_CAMERA_FIRST 1001
#define ID_CAMERA_LAST 1255