GdauiEntryDate

GdauiEntryDate

Functions

GtkWidget * gdaui_entry_date_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GdauiEntryShell
                        ╰── GdauiEntryWrapper
                            ╰── GdauiEntryCommonTime
                                ╰── GdauiEntryDate

Implemented Interfaces

GdauiEntryDate implements AtkImplementorIface, GtkBuildable, GtkOrientable, GdauiDataEntry and GtkCellEditable.

Description

Functions

gdaui_entry_date_new ()

GtkWidget *
gdaui_entry_date_new (GdaDataHandler *dh);

Creates a new data entry widget

Parameters

dh

the data handler to be used by the new widget

 

Returns

the new widget.

[transfer full]

Types and Values

GDAUI_TYPE_ENTRY_DATE

#define GDAUI_TYPE_ENTRY_DATE          (gdaui_entry_date_get_type())

struct GdauiEntryDateClass

struct GdauiEntryDateClass {
	GdauiEntryCommonTimeClass      parent_class;
};

GdauiEntryDate

typedef struct _GdauiEntryDate GdauiEntryDate;