MgEntryPassmd5MgEntryPassmd5 — Used to store password as an MD5 sum of real password | |
Implemented Interfaces
MgEntryPassmd5 implements
MgDataEntry and AtkImplementorIface.
Details
MgEntryPassmd5
typedef struct _MgEntryPassmd5 MgEntryPassmd5;
MgEntryPassmd5Private
typedef struct _MgEntryPassmd5Private MgEntryPassmd5Private;
mg_entry_passmd5_get_type ()
guint mg_entry_passmd5_get_type (void);
mg_entry_passmd5_new ()
GtkWidget* mg_entry_passmd5_new (MgDataHandler *dh,
GdaValueType type);
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 )
|
Returns : | the new widget
|