MgEntryCidr

Name

MgEntryCidr -- Specific for Postgres's CIDR data type

Synopsis



#define     MG_ENTRY_CIDR_TYPE
#define     MG_ENTRY_CIDR                   (obj)
#define     MG_ENTRY_CIDR_CLASS             (klass)
#define     IS_MG_ENTRY_CIDR                (obj)
struct      MgEntryCidr;
struct      MgEntryCidrPrivate;
guint       mg_entry_cidr_get_type          (void);
GtkWidget*  mg_entry_cidr_new               (MgDataHandler *dh,
                                             GdaValueType type);

Object Hierarchy


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

Implemented Interfaces

MgEntryCidr implements MgDataEntry and AtkImplementorIface.

Description

Details

MG_ENTRY_CIDR_TYPE

#define MG_ENTRY_CIDR_TYPE          (mg_entry_cidr_get_type())


MG_ENTRY_CIDR()

#define MG_ENTRY_CIDR(obj)          G_TYPE_CHECK_INSTANCE_CAST (obj, mg_entry_cidr_get_type(), MgEntryCidr)

obj :


MG_ENTRY_CIDR_CLASS()

#define MG_ENTRY_CIDR_CLASS(klass)  G_TYPE_CHECK_CLASS_CAST (klass, mg_entry_cidr_get_type (), MgEntryCidrClass)

klass :


IS_MG_ENTRY_CIDR()

#define IS_MG_ENTRY_CIDR(obj)       G_TYPE_CHECK_INSTANCE_TYPE (obj, mg_entry_cidr_get_type ())

obj :


struct MgEntryCidr

struct MgEntryCidr;


struct MgEntryCidrPrivate

struct MgEntryCidrPrivate;


mg_entry_cidr_get_type ()

guint       mg_entry_cidr_get_type          (void);

Returns :


mg_entry_cidr_new ()

GtkWidget*  mg_entry_cidr_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