GdauiEntryNone

GdauiEntryNone

Functions

GtkWidget * gdaui_entry_none_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GdauiEntryShell
                        ╰── GdauiEntryWrapper
                            ╰── GdauiEntryNone

Implemented Interfaces

GdauiEntryNone implements AtkImplementorIface, GtkBuildable, GtkOrientable and GdauiDataEntry.

Description

Functions

gdaui_entry_none_new ()

GtkWidget *
gdaui_entry_none_new (GType type);

Creates a new data entry widget

Parameters

type

the requested data type (compatible with dh )

 

Returns

the new widget.

[transfer full]

Types and Values

GDAUI_TYPE_ENTRY_NONE

#define GDAUI_TYPE_ENTRY_NONE          (gdaui_entry_none_get_type())

struct GdauiEntryNoneClass

struct GdauiEntryNoneClass {
	GdauiEntryWrapperClass       parent_class;
};

GdauiEntryNone

typedef struct _GdauiEntryNone GdauiEntryNone;