![]() |
![]() |
![]() |
Libgnomedb Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GnomeDbDataEntry * gnome_db_util_new_data_entry (GdaDict *dict, GType type, const gchar *plugin_name); GtkCellRenderer * gnome_db_util_new_cell_renderer (GdaDict *dict, GType type, const gchar *plugin_name);
GnomeDbDataEntry * gnome_db_util_new_data_entry (GdaDict *dict, GType type, const gchar *plugin_name);
Creates a new GnomeDbDataEntry widget, taking into account the requested entry name
if plugin_name
is not NULL
(if no entry of that name is found, then the default data
entry widget will be created).
plugin_name
format is interpreted as two parts: <plugin name>:<plugin options>, and
if the plugins has no option, then the ":<plugin options>" part may be omitted.
|
a GdaDict object, or NULL
|
|
a GType |
|
the name of an entry plugin, or NULL
|
Returns : |
a new GnomeDbDataEntry widget, _NEVER_ NULL
|
GtkCellRenderer * gnome_db_util_new_cell_renderer (GdaDict *dict, GType type, const gchar *plugin_name);
Creates a new GtkCellRenderer object which is suitable to use in
a GtkTreeView widget, taking into account the requested entry name
if plugin_name
is not NULL
(if no entry of that name is found, then the default data
entry widget will be created).
plugin_name
format is interpreted as two parts: <plugin name>:<plugin options>, and
if the plugins has no option, then the ":<plugin options>" part may be omitted.
|
a GdaDict object, or NULL
|
|
a GType |
|
the name of an entry plugin, or NULL
|
Returns : |
a new GtkCellRenderer object, _NEVER_ NULL
|