Украшательства интерфейса - Реакция на нажатие кнопки в панели инструментов теперь зависит от контекста

This commit is contained in:
svkalinin
2022-11-22 16:29:26 +03:00
parent 0121f1ea8c
commit 83d9d8ea02
3 changed files with 81 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ grid .frmBody.panel -row 0 -column 1 -sticky nesw
grid columnconfigure .frmBody .frmBody.panel -weight 1
grid rowconfigure .frmBody .frmBody.panel -weight 1
ttk::button $frmTool.btn_tree -command "ViewFilesTree true" -image tree_24x24
ttk::button $frmTool.btn_tree -command ToolBtnTreePress -image tree_24x24
ttk::button $frmTool.btn_search -command FileOper::FindInFiles -image search_24x24
ttk::button $frmTool.btn_git -command Git::Dialog -image git_24x24