Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
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 ( [id://224186]=CUFP: print w/replies, xml ) Need Help??

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);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-29 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found