- 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)
This commit is contained in:
2003-10-07 22:55:16 +00:00
parent bfef0c2fb5
commit 416b110f90
8 changed files with 196 additions and 61 deletions

View File

@@ -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