|
From: Joey M. <jo...@sw...> - 2006-09-23 17:33:53
|
I was browsing the wiki and found this gem from Schelte Bron:
proc ttk::toplevel {w args} {
eval [linsert $args 0 ::toplevel $w]
place [ttk::frame $w.tilebg] -x 0 -y 0 -relwidth 1 -relheight 1
set w
}
It seems to work really well and I always wondered why Tile couldn't
do a toplevel window since it's obviously drawing them.
Anyway, is there any reason why this isn't in the main tile core?
Thanks,
Joey
|