GnomeDbTableEditor

Name

GnomeDbTableEditor -- Table editor widget

Synopsis



            GnomeDbTableEditorPrivate;
GtkWidget*  gnome_db_table_editor_new       (void);
GtkWidget*  gnome_db_table_editor_new_from_connection
                                            (GdaConnection *cnc,
                                             const gchar *table);
void        gnome_db_table_editor_from_connection
                                            (GnomeDbTableEditor *editor,
                                             GdaConnection *cnc,
                                             const gchar *table);

Description

Details

GnomeDbTableEditorPrivate

typedef struct _GnomeDbTableEditorPrivate GnomeDbTableEditorPrivate;


gnome_db_table_editor_new ()

GtkWidget*  gnome_db_table_editor_new       (void);

Returns :


gnome_db_table_editor_new_from_connection ()

GtkWidget*  gnome_db_table_editor_new_from_connection
                                            (GdaConnection *cnc,
                                             const gchar *table);

cnc :

table :

Returns :


gnome_db_table_editor_from_connection ()

void        gnome_db_table_editor_from_connection
                                            (GnomeDbTableEditor *editor,
                                             GdaConnection *cnc,
                                             const gchar *table);

editor :

cnc :

table :