Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Remove all decorations (ie, title-bar and WM buttons) from a Tk window

by bbfu (Curate)
on Jan 04, 2003 at 03:36 UTC ( #224186=snippet: print w/replies, xml ) Need Help??
Description:

The following will remove the title-bar and all other window-manager decorations, such as the minimize, maximize, and close buttons from a Tk::Toplevel.

$toplevel->overrideredirect(1);

# To bring the decorations back, you would call it with a 0:
#$toplevel->overrideredirect(0);
  • Comment on Remove all decorations (ie, title-bar and WM buttons) from a Tk window
  • Download Code
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: snippet [id://224186]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2023-06-07 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?