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:
@@ -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);
|
||||
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user