|
From: Joey M. <jo...@sw...> - 2006-10-12 16:40:43
|
I have a lot of code like the following:
if {[tk_dialog .d "Warning" "Are you sure you wish to delete these
files?" warning 0 Yes No]==1} {
return
}
where I ask the user and wait for a response and act on the
response. In tile, the ttk::dialog doesn't really have -modal
option. Is something like this possible or worth adding?
Thanks,
Joey
|