Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-10-05 00:35:50 +0400
committerTon Roosendaal <ton@blender.org>2003-10-05 00:35:50 +0400
commit842bb449c57fc95d7590574cc5d15753459bffe4 (patch)
tree8ea0722c505073b031c30705f7e19fd84ffbe072 /source/blender/include/interface.h
parentc355aa06a8d4a921c29188081735b29722009416 (diff)
huge commit, sorry!
this is part 1 of the UI makeover. It has: - menu system from Matt integrated - buttons drawing from Matt - generic button panel system implemented - converted displaybuttons (not the rest yet) - cleaned up a lot in drawing spaces itself, to make it aligned and pixel exact. - cleaned loads of little compiler warnings, protos... still a lot of work needed, will all be in next week i hope! (warn: 2 new c files! butspace.c and buttons_scene.c)
Diffstat (limited to 'source/blender/include/interface.h')
-rw-r--r--source/blender/include/interface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/include/interface.h b/source/blender/include/interface.h
index 8a9f5330221..7f10f376bf0 100644
--- a/source/blender/include/interface.h
+++ b/source/blender/include/interface.h
@@ -91,6 +91,7 @@
#define UI_RETURN_OK 4
#define UI_RETURN_OUT 8
#define UI_RETURN 14
+#define UI_EXIT_LOOP 16
/* uiBut->flag */
#define UI_SELECT 1
@@ -120,6 +121,10 @@
#define UI_EMBOSSM 4 /* Colored Border */
#define UI_EMBOSSP 5 /* Borderless coloured button */
#define UI_EMBOSSA 6 /* same as EMBOSSX but with arrows to simulate */
+#define UI_EMBOSSTABL 7
+#define UI_EMBOSSTABM 8
+#define UI_EMBOSSTABR 9
+#define UI_EMBOSST 10
/* uiBlock->direction */
#define UI_TOP 0