GnomeDbEntryTimestamp

GnomeDbEntryTimestamp — Widget to enter a time stamp value (Date + HH:MM:SS)

Synopsis

struct              GnomeDbEntryTimestamp;
struct              GnomeDbEntryTimestampClass;
GtkWidget *         gnome_db_entry_timestamp_new        (GdaDataHandler *dh);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkViewport
                                       +----GnomeDbEntryShell
                                             +----GnomeDbEntryWrapper
                                                   +----GnomeDbEntryCommonTime
                                                         +----GnomeDbEntryTimestamp

Implemented Interfaces

GnomeDbEntryTimestamp implements AtkImplementorIface, GtkBuildable, GnomeDbDataEntry and GtkCellEditable.

Description

Details

struct GnomeDbEntryTimestamp

struct GnomeDbEntryTimestamp;


struct GnomeDbEntryTimestampClass

struct GnomeDbEntryTimestampClass {
	GnomeDbEntryCommonTimeClass      parent_class;
};


gnome_db_entry_timestamp_new ()

GtkWidget *         gnome_db_entry_timestamp_new        (GdaDataHandler *dh);

Creates a new widget which is mainly a GtkEntry

dh :

the data handler to be used by the new widget

Returns :

the new widget