Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Remove the Maximise and minimize button in TK

by sasikumar (Monk)
on Jan 20, 2005 at 05:52 UTC ( [id://423608]=note: print w/replies, xml ) Need Help??


in reply to Remove the Maximise and minimize button in TK

Hi

Use this code to prevent resizing
my($top) = MainWindow->new(); $top->title("Example"); $top->resizable(0,0);


Thanks
SasiKumar

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-03-19 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found