Hide button now brings a drop-down menu to choose toolbars to show/hide. Right-clicking it toggles them all off/on. Internal: Added support for dropdowns that expand above the button (available in toolbars and windows); Allowed toolbar buttons to wait for button release (the usual) or immediately trigger their effect.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1266 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-01-17 01:56:56 +00:00
parent 450b64ca10
commit 6a69fa2b79
14 changed files with 224 additions and 70 deletions

View File

@@ -2478,14 +2478,16 @@ static const T_Help_table helptable_hide[] =
HELP_TEXT ("")
HELP_BOLD ("LEFT CLICK")
HELP_TEXT ("")
HELP_TEXT ("Allow you to hide or show the layer bar.")
HELP_TEXT ("Opens a drop-down menu where you can choose")
HELP_TEXT ("Which toolbars are going to be visible in")
HELP_TEXT ("the menu.")
HELP_TEXT ("")
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_HIDE)
HELP_TEXT ("")
HELP_TEXT ("Allows you to hide all the menus. If you do ")
HELP_TEXT ("this, take care to watch before the key to ")
HELP_TEXT ("press to show the menu back (the key is")
HELP_LINK ("%s).",0x100+BUTTON_HIDE)
HELP_TEXT ("Allows you to hide all toolbars, leaving")
HELP_TEXT ("only the status bar.")
HELP_TEXT ("Click again to show them again.")
};