AW: [gtk-list] [Q] Password entry
- From: "Teulings, Tim" <Tim Teulings materna de>
- To: "'gtk-list redhat com'" <gtk-list redhat com>
- Subject: AW: [gtk-list] [Q] Password entry
- Date: Thu, 13 Apr 2000 14:56:04 +0200
Hallo!
> How do I write a dialog that takes a password from the
> user and (obviously) only shows *'s for the characters
> typed by the user?
vEdit_ = gtk_entry_new();
gtk_entry_set_visibility(GTK_ENTRY(vEdit_),false);
...creates a edit field that has "*" instead of the real text.
The name of the function IMHO is somehow missleading...
--
Gruß...
Tim.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]