AW: [gtk-list] [Q] Password entry



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]