[Glade-users] password entry field




Anybody? I still haven't got an answer to this.
There is a field property in Glade-2 'Invisible Char'. How do I make use of it for my password entry field. 
In my _insert_text handler I do call gtk_entry_set_visibility(myField, FALSE) that picks the invisible char 
that it thinks would look best. I understand I can set the invisible char by calling 
gtk_entry_set_invisible_char(), but what is the point of having 'Invisible Char' property in Glade then? How 
can I use it?
 
Thanks,
Arthur.

 


From: ashats at hotmail.com
To: johndelaney at gmail.com
Date: Wed, 15 Sep 2010 16:01:07 +0000
CC: glade-users at lists.ximian.com
Subject: Re: [Glade-users] password entry field




That works. I call gtk_entry_set_visibility(myField, FALSE) and it prints dots when I type the password. 
However, I am using Glade-2 and I just noticed that there is 'Invisible Char' property. Is there a way I can 
use this property? If yes, how do I do it? 
 
Thanks,
Arthur. 
Date: Mon, 13 Sep 2010 23:38:49 +0100
Subject: Re: [Glade-users] password entry field
From: johndelaney at gmail.com
To: ashats at hotmail.com
CC: glade-users at lists.ximian.com

On Mon, Sep 13, 2010 at 10:07 PM, Arthur Shats <ashats at hotmail.com> wrote:
How do I display *** (stars) instead of actuall characters that user
types

http://library.gnome.org/devel/gtk/unstable/GtkEntry.html#gtk-entry-set-visibility

how do I later access the actual text the user typed, not the
stars (when I am going to validate it).

http://library.gnome.org/devel/gtk/unstable/GtkEntry.html#gtk-entry-get-text

John

_______________________________________________ Glade-users maillist - Glade-users at lists.ximian.com 
http://lists.ximian.com/mailman/listinfo/glade-users                                       
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20100916/b79752f8/attachment.html 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]