 |  |  | Libmergeant Reference Manual |  |
---|
MgEntryWrapper
Name
MgEntryWrapper -- Abstract class that implements the
MgDataEntry interface
Object Hierarchy
GObject
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkViewport
+----MgEntryShell
+----MgEntryWrapper
Implemented Interfaces
MgEntryWrapper implements MgDataEntry and AtkImplementorIface.
Description
It inhertis the MgEntryShell class and adds the MgDataEntry interface to it. It has several pure
virtual functions which MUST be implemented by classes which inherit it.
Details
MG_ENTRY_WRAPPER_TYPE
#define MG_ENTRY_WRAPPER_TYPE (mg_entry_wrapper_get_type())
MG_ENTRY_WRAPPER()
#define MG_ENTRY_WRAPPER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, mg_entry_wrapper_get_type(), MgEntryWrapper)
MG_ENTRY_WRAPPER_CLASS()
#define MG_ENTRY_WRAPPER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, mg_entry_wrapper_get_type (), MgEntryWrapperClass)
IS_MG_ENTRY_WRAPPER()
#define IS_MG_ENTRY_WRAPPER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, mg_entry_wrapper_get_type ())
struct MgEntryWrapper
struct MgEntryWrapper;
mg_entry_wrapper_get_type ()
guint mg_entry_wrapper_get_type (void);