GnomeDbTableEditor

Name

GnomeDbTableEditor -- Table editor widget

Synopsis



struct      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

struct GnomeDbTableEditorPrivate

struct 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 :