![]() | ![]() | ![]() | Libmergeant Reference Manual | ![]() |
---|
#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);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----MgEntryShell +----MgEntryWrapper +----MgEntryCidr
#define MG_ENTRY_CIDR(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, mg_entry_cidr_get_type(), MgEntryCidr)
obj : |
|
#define MG_ENTRY_CIDR_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, mg_entry_cidr_get_type (), MgEntryCidrClass)
klass : |
|
#define IS_MG_ENTRY_CIDR(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, mg_entry_cidr_get_type ())
obj : |
|
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 |
<<< Plugins | MgEntryPassmd5 >>> |