Re: Password entry



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]