Добавлено включение отключение отображения Меню, строки статуса, панели инструментов

This commit is contained in:
svkalinin
2022-11-22 14:55:24 +03:00
parent ab9ba18e62
commit 0121f1ea8c
4 changed files with 59 additions and 34 deletions

View File

@@ -79,7 +79,7 @@ proc GetViewMenu {m} {
$m.panelSide add radiobutton -label [::msgcat::mc "Right"] \
-variable cfgVariables(filesPanelPlace) -value right
$m add checkbutton -label [::msgcat::mc "Show the Menu"] -command ViewMenu \
$m add checkbutton -label [::msgcat::mc "Show the Menu"] -command ViewMenuBar \
-variable cfgVariables(menuShow) -onvalue true -offvalue false
$m add checkbutton -label [::msgcat::mc "Toolbar"] -command ViewToolBar \
-variable cfgVariables(toolBarShow) -onvalue true -offvalue false