Added support for hiding the main toolbar, keeping the status line and optionally layer bar. Made it the default behaviour of F10 / right-click 'hide', for testing and feedback. (IMO it's less unforgiving for new users, and we can provide alternative shortcut with old behaviour for veterans).
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1225 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
11
buttons.h
11
buttons.h
@@ -629,8 +629,15 @@ void Button_Quit(void);
|
||||
*/
|
||||
void Button_Hide_menu(void);
|
||||
|
||||
/// Shows or hide the layerbar
|
||||
void Button_Show_layerbar(void);
|
||||
/*!
|
||||
Shows or hide the layerbar
|
||||
*/
|
||||
void Button_Toggle_layerbar(void);
|
||||
|
||||
/*!
|
||||
Shows or hide the main toolbox
|
||||
*/
|
||||
void Button_Toggle_toolbox(void);
|
||||
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user