GdauiEntryTime

GdauiEntryTime

Functions

GtkWidget * gdaui_entry_time_new ()

Types and Values

Object Hierarchy

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

Implemented Interfaces

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

Description

Functions

gdaui_entry_time_new ()

GtkWidget *
gdaui_entry_time_new (GdaDataHandler *dh);

Creates a new widget which is mainly a GtkEntry

Parameters

dh

the data handler to be used by the new widget

 

Returns

the new widget

Types and Values

GDAUI_TYPE_ENTRY_TIME

#define GDAUI_TYPE_ENTRY_TIME          (gdaui_entry_time_get_type())

struct GdauiEntryTimeClass

struct GdauiEntryTimeClass {
	GdauiEntryCommonTimeClass      parent_class;
};

GdauiEntryTime

typedef struct _GdauiEntryTime GdauiEntryTime;