GdauiEntryBin

GdauiEntryBin

Functions

GtkWidget * gdaui_entry_bin_new ()

Types and Values

Object Hierarchy

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

Implemented Interfaces

GdauiEntryBin implements AtkImplementorIface, GtkBuildable, GtkOrientable and GdauiDataEntry.

Description

Functions

gdaui_entry_bin_new ()

GtkWidget *
gdaui_entry_bin_new (GdaDataHandler *dh,
                     GType type);

Creates a new widget which is mainly a GtkEntry

Parameters

dh

the data handler to be used by the new widget

 

type

the requested data type (compatible with dh )

 

Returns

the new widget.

[transfer full]

Types and Values

GDAUI_TYPE_ENTRY_BIN

#define GDAUI_TYPE_ENTRY_BIN          (gdaui_entry_bin_get_type())

struct GdauiEntryBinClass

struct GdauiEntryBinClass {
	GdauiEntryWrapperClass      parent_class;
};

GdauiEntryBin

typedef struct _GdauiEntryBin GdauiEntryBin;