[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Password entry
- From: Grant McLean <grant mclean net nz>
- To: gtk-perl-list gnome org
- Subject: Re: Password entry
- Date: Wed, 10 Aug 2005 08:56:37 +1200
On Tue, 2005-08-09 at 11:26 +0200, Juan José 'Peco' San Martín wrote:
> On Tue, 2005-08-09 at 15:15 +0700, Beast wrote:
> > How do I create password entry? (ie. same like Gtk2::Entry but every
> > chars displayed as "*****")
>
> For example using Glade:
>
> $text=$gladexml->get_widget('entry1');
> $text->set_visibility(0);
Also, if you're using Glade, you can set this using the "Text Visible"
toggle button in the properties dialog for the Text Entry.
Cheers
Grant
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]