GdauiEntryBoolean

GdauiEntryBoolean

Functions

GtkWidget * gdaui_entry_boolean_new ()

Types and Values

Object Hierarchy

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

Implemented Interfaces

GdauiEntryBoolean implements AtkImplementorIface, GtkBuildable, GtkOrientable and GdauiDataEntry.

Description

Functions

gdaui_entry_boolean_new ()

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

Creates a new data entry widget

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_BOOLEAN

#define GDAUI_TYPE_ENTRY_BOOLEAN          (gdaui_entry_boolean_get_type())

struct GdauiEntryBooleanClass

struct GdauiEntryBooleanClass {
	GdauiEntryWrapperClass         parent_class;
};

GdauiEntryBoolean

typedef struct _GdauiEntryBoolean GdauiEntryBoolean;