GnomeDbEntryString

GnomeDbEntryString

Synopsis




                    GnomeDbEntryString;
                    GnomeDbEntryStringClass;
                    GnomeDbEntryStringPrivate;
GtkWidget*          gnome_db_entry_string_new           (GdaDataHandler *dh,
                                                         GType type,
                                                         const gchar *options);

Object Hierarchy


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

Implemented Interfaces

GnomeDbEntryString implements AtkImplementorIface, GtkCellEditable and GnomeDbDataEntry.

Properties


  "editing-cancelled"        gboolean              : Read
  "multiline"                gboolean              : Read / Write
  "options"                  gchararray            : Write

Description

Details

GnomeDbEntryString

typedef struct _GnomeDbEntryString GnomeDbEntryString;


GnomeDbEntryStringClass

typedef struct {
	GnomeDbEntryWrapperClass         parent_class;
} GnomeDbEntryStringClass;


GnomeDbEntryStringPrivate

typedef struct _GnomeDbEntryStringPrivate GnomeDbEntryStringPrivate;


gnome_db_entry_string_new ()

GtkWidget*          gnome_db_entry_string_new           (GdaDataHandler *dh,
                                                         GType type,
                                                         const gchar *options);

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)
options :
Returns : the new widget

Property Details

The "editing-cancelled" property

  "editing-cancelled"        gboolean              : Read

Default value: FALSE


The "multiline" property

  "multiline"                gboolean              : Read / Write

Default value: FALSE


The "options" property

  "options"                  gchararray            : Write

Default value: NULL