GnomeDbEntryPassword

GnomeDbEntryPassword — Used to enter a password

Synopsis




struct      GnomeDbEntryPassword;
struct      GnomeDbEntryPasswordClass;
struct      GnomeDbEntryPasswordPrivate;
GtkWidget*  gnome_db_entry_password_new     (GdaDataHandler *dh,
                                             GType type,
                                             const gchar *options);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkViewport
                                       +----GnomeDbEntryShell
                                             +----GnomeDbEntryWrapper
                                                   +----GnomeDbEntryPassword

Implemented Interfaces

GnomeDbEntryPassword implements GnomeDbDataEntry, AtkImplementorIface and GtkBuildable.

Description

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).

Details

struct GnomeDbEntryPassword

struct GnomeDbEntryPassword;


struct GnomeDbEntryPasswordClass

struct GnomeDbEntryPasswordClass {

	GnomeDbEntryWrapperClass         parent_class;
};


struct GnomeDbEntryPasswordPrivate

struct GnomeDbEntryPasswordPrivate;


gnome_db_entry_password_new ()

GtkWidget*  gnome_db_entry_password_new     (GdaDataHandler *dh,
                                             GType type,
                                             const gchar *options);

Creates a new widget which is mainly a GtkEntry

dh : the data handler to be used by the new widget
type : the requested data type (compatible with dh)
options :
Returns : the new widget