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/main.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'linux/main.h') 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 -- cgit v1.2.3