![]() | ![]() | ![]() | Libgnomedb 4.0 Reference Manual | ![]() |
---|
GnomeDbEntryString —
struct GnomeDbEntryString; struct GnomeDbEntryStringClass; struct GnomeDbEntryStringPrivate; GtkWidget* gnome_db_entry_string_new (GdaDataHandler *dh, GType type, const gchar *options);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----GnomeDbEntryShell +----GnomeDbEntryWrapper +----GnomeDbEntryString
GnomeDbEntryString implements GtkCellEditable, GnomeDbDataEntry, AtkImplementorIface and GtkBuildable.
"editing-cancelled" gboolean : Read "multiline" gboolean : Read / Write "options" gchararray : Write
struct GnomeDbEntryStringClass { GnomeDbEntryWrapperClass parent_class; };
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 |
"editing-cancelled" (gboolean : Read) | |
"multiline" (gboolean : Read / Write) | |
"options" (gchararray : Write) |
<< GnomeDbFormatEntry | GnomeDbEntryBoolean >> |