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

2
init.c
View File

@@ -1321,7 +1321,7 @@ void Init_buttons(void)
0,0,
16,9,
BUTTON_SHAPE_RECTANGLE,
Button_Show_layerbar, Button_Hide_menu,
Button_Toggle_layerbar, Button_Toggle_toolbox,
Do_nothing,
FAMILY_TOOLBAR);
}