![]() | ![]() | ![]() | Libmergeant Reference Manual | ![]() |
---|
#define MG_ENTRY_STRING_TYPE #define MG_ENTRY_STRING (obj) #define MG_ENTRY_STRING_CLASS (klass) #define IS_MG_ENTRY_STRING (obj) struct MgEntryString; struct MgEntryStringPrivate; guint mg_entry_string_get_type (void); GtkWidget* mg_entry_string_new (MgDataHandler *dh, GdaValueType type);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----MgEntryShell +----MgEntryWrapper +----MgEntryString
MgEntryString implements MgDataEntry, AtkImplementorIface and GtkCellEditable.
#define MG_ENTRY_STRING(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, mg_entry_string_get_type(), MgEntryString)
obj : |
|
#define MG_ENTRY_STRING_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, mg_entry_string_get_type (), MgEntryStringClass)
klass : |
|
#define IS_MG_ENTRY_STRING(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, mg_entry_string_get_type ())
obj : |
|
GtkWidget* mg_entry_string_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 |
<<< Data Entry widgets | MgEntryBoolean >>> |