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/BIF_resources.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/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 0a2167fc071..57eaf48c7da 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -268,6 +268,7 @@ typedef enum {
COLORSHADE_HILITE,
COLORSHADE_LIGHT,
COLORSHADE_WHITE,
+
#define BIFCOLORSHADE_LAST (COLORSHADE_WHITE)
#define BIFNCOLORSHADES (BIFCOLORSHADE_LAST-BIFCOLORSHADE_FIRST + 1)
} BIFColorShade;