GdauiEntryNone
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GdauiEntryShell ╰── GdauiEntryWrapper ╰── GdauiEntryNone
GdauiEntryNone implements AtkImplementorIface, GtkBuildable, GtkOrientable and GdauiDataEntry.
GtkWidget * gdaui_entry_none_new (GType type);
GType type
Creates a new data entry widget
type
the requested data type (compatible with dh )
dh
the new widget.
[transfer full]
#define GDAUI_TYPE_ENTRY_NONE (gdaui_entry_none_get_type())
struct GdauiEntryNoneClass { GdauiEntryWrapperClass parent_class; };
typedef struct _GdauiEntryNone GdauiEntryNone;