MgEntryPassmd5

Name

MgEntryPassmd5 -- Used to store password as an MD5 sum of real password

Synopsis



#define     MG_ENTRY_PASSMD5_TYPE
#define     MG_ENTRY_PASSMD5                (obj)
#define     MG_ENTRY_PASSMD5_CLASS          (klass)
#define     IS_MG_ENTRY_PASSMD5             (obj)
struct      MgEntryPassmd5;
struct      MgEntryPassmd5Private;
guint       mg_entry_passmd5_get_type       (void);
GtkWidget*  mg_entry_passmd5_new            (MgDataHandler *dh,
                                             GdaValueType type);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkViewport
                                 +----MgEntryShell
                                       +----MgEntryWrapper
                                             +----MgEntryPassmd5

Implemented Interfaces

MgEntryPassmd5 implements MgDataEntry and AtkImplementorIface.

Description

Details

MG_ENTRY_PASSMD5_TYPE

#define MG_ENTRY_PASSMD5_TYPE          (mg_entry_passmd5_get_type())


MG_ENTRY_PASSMD5()

#define MG_ENTRY_PASSMD5(obj)          G_TYPE_CHECK_INSTANCE_CAST (obj, mg_entry_passmd5_get_type(), MgEntryPassmd5)

obj :


MG_ENTRY_PASSMD5_CLASS()

#define MG_ENTRY_PASSMD5_CLASS(klass)  G_TYPE_CHECK_CLASS_CAST (klass, mg_entry_passmd5_get_type (), MgEntryPassmd5Class)

klass :


IS_MG_ENTRY_PASSMD5()

#define IS_MG_ENTRY_PASSMD5(obj)       G_TYPE_CHECK_INSTANCE_TYPE (obj, mg_entry_passmd5_get_type ())

obj :


struct MgEntryPassmd5

struct MgEntryPassmd5;


struct MgEntryPassmd5Private

struct MgEntryPassmd5Private;


mg_entry_passmd5_get_type ()

guint       mg_entry_passmd5_get_type       (void);

Returns :


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