GdauiEntryTimestamp

GdauiEntryTimestamp

Functions

GtkWidget * gdaui_entry_timestamp_new ()

Types and Values

Object Hierarchy

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

Implemented Interfaces

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

Description

Functions

gdaui_entry_timestamp_new ()

GtkWidget *
gdaui_entry_timestamp_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_TIMESTAMP

#define GDAUI_TYPE_ENTRY_TIMESTAMP          (gdaui_entry_timestamp_get_type())

struct GdauiEntryTimestampClass

struct GdauiEntryTimestampClass {
	GdauiEntryCommonTimeClass      parent_class;
};

GdauiEntryTimestamp

typedef struct _GdauiEntryTimestamp GdauiEntryTimestamp;