![]() |
|
go ahead... be a heretic | |
PerlMonks |
Remove all decorations (ie, title-bar and WM buttons) from a Tk windowby bbfu (Curate) |
on Jan 03, 2003 at 22:36 UTC ( #224186=snippet: print w/replies, xml ) | Need Help?? |
$toplevel->overrideredirect(1); # To bring the decorations back, you would call it with a 0: #$toplevel->overrideredirect(0);
|
|