
no window decor in Tk - how?
Quote:
> I would like to remove the title bar put by the window manager
> on each Tk window. Can someone show me how. Thanks.
This is more of a window manager issue than a Tk one. You can
limit the title bar by using "wm transient $toplevel $othertoplevel",
or you can remove it all entirely using "wm overrideredirect ...",
but then you have to manage many things yourself. See the wm man
page for more.
--
Jeffrey Hobbs "I'm really just a Tcl-bot"
jeff.hobbs at acm.org | Jeffrey.Hobbs at oen.siemens.de