GnomeDbEntryTime

GnomeDbEntryTime —

Synopsis




struct      GnomeDbEntryTime;
struct      GnomeDbEntryTimeClass;
struct      GnomeDbEntryTimePrivate;
GtkWidget*  gnome_db_entry_time_new         (GdaDataHandler *dh,
                                             GdaValueType type);

Object Hierarchy


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

Implemented Interfaces

GnomeDbEntryTime implements AtkImplementorIface, GtkCellEditable and GnomeDbDataEntry.

Properties


  "editing-cancelled"    gboolean             : Read

Description

Details

struct GnomeDbEntryTime

struct GnomeDbEntryTime;


struct GnomeDbEntryTimeClass

struct GnomeDbEntryTimeClass {

	GnomeDbEntryWrapperClass         parent_class;
};


struct GnomeDbEntryTimePrivate

struct GnomeDbEntryTimePrivate;


gnome_db_entry_time_new ()

GtkWidget*  gnome_db_entry_time_new         (GdaDataHandler *dh,
                                             GdaValueType type);

Creates a new widget which is mainly a GtkEntry

dh : the data handler to be used by the new widget
type : the requested data type (compatible with dh)
Returns : the new widget

Properties

"editing-cancelled" (gboolean : Read)