![]() |
![]() |
![]() |
Libgnomedb 3.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
GnomeDbEntryPassword; GnomeDbEntryPasswordClass; GnomeDbEntryPasswordPrivate; GtkWidget * gnome_db_entry_password_new (GdaDataHandler *dh, GType type, const gchar *options);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----GnomeDbEntryShell +----GnomeDbEntryWrapper +----GnomeDbEntryPassword
GnomeDbEntryPassword implements GtkBuildable, AtkImplementorIface and GnomeDbDataEntry.
This GnomeDbDataEntry widget allows one to enter a password which may be encoded on the fly using an encoding algorithm (only MD5 is now supported).
typedef struct { GnomeDbEntryWrapperClass parent_class; } GnomeDbEntryPasswordClass;
typedef struct _GnomeDbEntryPasswordPrivate GnomeDbEntryPasswordPrivate;
GtkWidget * gnome_db_entry_password_new (GdaDataHandler *dh, GType type, const gchar *options);
Creates a new widget which is mainly a GtkEntry
|
the data handler to be used by the new widget |
|
the requested data type (compatible with dh )
|
|
|
Returns : |
the new widget |