GnomeDbEntryTime

GnomeDbEntryTime — Widget to enter a HH:MM:SS time value

Synopsis

struct              GnomeDbEntryTime;
struct              GnomeDbEntryTimeClass;
GtkWidget *         gnome_db_entry_time_new             (GdaDataHandler *dh);

Object Hierarchy

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

Implemented Interfaces

GnomeDbEntryTime implements AtkImplementorIface, GtkBuildable, GnomeDbDataEntry and GtkCellEditable.

Description

Details

struct GnomeDbEntryTime

struct GnomeDbEntryTime;


struct GnomeDbEntryTimeClass

struct GnomeDbEntryTimeClass {
	GnomeDbEntryCommonTimeClass      parent_class;
};


gnome_db_entry_time_new ()

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