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-08 02:55:16 +0400
committerTon Roosendaal <ton@blender.org>2003-10-08 02:55:16 +0400
commit416b110f90825c1775151b58dd18b9c7835db492 (patch)
tree5c1bb15ea0571ecddb7fa5192f6fd4280d4affd3 /source/blender/include/interface.h
parentbfef0c2fb579ff53d7b2d0abce8a86ae91d05acc (diff)
- brought back hilites in buttons when mouse-over
- automatic pulldown opening can now be controlled ( user setting?) it has two thresholds: - when no menu was opened before, it waits A milliseconds - when (in the same block a menu was opened, it waits B millisec. Currently A= 0.4 sec, B= 0.1 (or so) - 3d window header; brought back old drawtype menu (test, compare!) - another test: the old menubutton doesnt work anymore with hold-mouse only, you can also use it as the other popups (old method still works) - proposal; all buttons that pop up a block, get special drawtype (arrows)
Diffstat (limited to 'source/blender/include/interface.h')
-rw-r--r--source/blender/include/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/interface.h b/source/blender/include/interface.h
index 7f10f376bf0..18572049007 100644
--- a/source/blender/include/interface.h
+++ b/source/blender/include/interface.h
@@ -125,6 +125,7 @@
#define UI_EMBOSSTABM 8
#define UI_EMBOSSTABR 9
#define UI_EMBOSST 10
+#define UI_EMBOSSMB 11 /* emboss menu button */
/* uiBlock->direction */
#define UI_TOP 0