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.


--
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to