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:
Yves Rizoud
2009-11-26 00:32:45 +00:00
parent 03cbcee632
commit 3538abadb9
9 changed files with 127 additions and 111 deletions

View File

@@ -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);
/*!