Добавлена процедура вывода информационного сообщения
This commit is contained in:
parent
ac92335ba5
commit
9ecc9d7301
|
@ -526,3 +526,13 @@ proc FindInFilesDialog {txt {args ""}} {
|
||||||
}
|
}
|
||||||
# $win.lBox focus I001
|
# $win.lBox focus I001
|
||||||
}
|
}
|
||||||
|
|
||||||
|
proc ShowMessage {title msg} {
|
||||||
|
set answer [
|
||||||
|
tk_messageBox -message $title \
|
||||||
|
-icon info -type ok -detail $msg
|
||||||
|
]
|
||||||
|
switch $answer {
|
||||||
|
ok {return}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user