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

@@ -630,14 +630,14 @@ void Button_Quit(void);
void Button_Hide_menu(void);
/*!
Shows or hide the layerbar
Shows a dropdown panel where you can choose which toolbars are visible
*/
void Button_Toggle_layerbar(void);
void Button_Toggle_toolbar(void);
/*!
Shows or hide the main toolbox
Hides all toolbars (except status) or shows them again
*/
void Button_Toggle_toolbox(void);
void Button_Toggle_all_toolbars(void);
/*!