GnomeDbEntryDate

GnomeDbEntryDate — Widget to enter a date value

Synopsis

                    GnomeDbEntryDate;
                    GnomeDbEntryDateClass;
GtkWidget *         gnome_db_entry_date_new             (GdaDataHandler *dh);

Object Hierarchy

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

Implemented Interfaces

GnomeDbEntryDate implements GtkBuildable, AtkImplementorIface, GtkCellEditable and GnomeDbDataEntry.

Description

Details

GnomeDbEntryDate

typedef struct _GnomeDbEntryDate GnomeDbEntryDate;


GnomeDbEntryDateClass

typedef struct {
	GnomeDbEntryCommonTimeClass      parent_class;
} GnomeDbEntryDateClass;


gnome_db_entry_date_new ()

GtkWidget *         gnome_db_entry_date_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