Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: quick Tk question

by CombatSquirrel (Hermit)
on Dec 05, 2003 at 21:01 UTC ( [id://312638]=note: print w/replies, xml ) Need Help??


in reply to quick Tk question

I'm not quite sure about what you mean, but you might be looking for the -show attribute of Tk::Entry. Example:
#!perl -w use strict; use Tk; my $main = new MainWindow; my $entry = $main->Entry(-show => '*')->pack; MainLoop;

Hope this helped.
CombatSquirrel.
Entropy is the tendency of everything going to hell.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-18 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found