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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-04-28 15:17:21 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-04-28 15:17:21 +0400
commit52f6a630ce7e1723e9aceb3fd395349e4098357b (patch)
treea64361cf9b26d2284f62934dc1130882867388e6 /source/blender/include/blendef.h
parent71ffa4775252cb3dfe93011e24fc31ab7360bbb4 (diff)
Added rename/delete popups to the file and imageselect windows.
Redesigned the userpreference window layout. (not finished yet) Enhanced the texteditor with; a rightmousemenu, clipboard text support (for windows !) and the alt-m keystroke generates a 3d text object. (up to 1000 characters) (1, 2, 3, 4 and 7 from http://www.tncci.com/blender/feats.html)
Diffstat (limited to 'source/blender/include/blendef.h')
-rw-r--r--source/blender/include/blendef.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 547d6edb1cc..4fdc799eaca 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -185,6 +185,10 @@
/* EVENT < 50: alone's en locals */
#define B_KEEPDATA 60
+#define B_CONSOLETOG 61
+#define B_DRAWINFO 62
+#define B_REDRCURW3D 63
+
#define B_SHOWSPLASH 70
#define B_RESETAUTOSAVE 71
@@ -270,6 +274,26 @@
#define B_FILEMENU 306
#define B_PACKFILE 307
+#define B_CONSOLEOUT 308
+#define B_CONSOLENUMLINES 309
+#define B_USERPREF 310
+#define B_LOADUIFONT 311
+#define B_SETLANGUAGE 312
+#define B_SETFONTSIZE 313
+#define B_SETENCODING 314
+#define B_SETTRANSBUTS 315
+
+/* Definitions for the fileselect buttons in user prefs */
+#define B_FONTDIRFILESEL 320
+#define B_TEXTUDIRFILESEL 321
+#define B_PLUGTEXDIRFILESEL 322
+#define B_PLUGSEQDIRFILESEL 323
+#define B_RENDERDIRFILESEL 324
+#define B_PYTHONDIRFILESEL 325
+#define B_SOUNDDIRFILESEL 326
+#define B_TEMPDIRFILESEL 327
+/* END Definitions for the fileselect buttons in user prefs */
+
/* IMAGE: 350 */
#define B_SIMAGEHOME 351
#define B_SIMABROWSE 352