mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
updates for rpms lots o bug fixes, index stuff
This commit is contained in:
@@ -18,15 +18,18 @@ extern "C" {
|
||||
void gmdb_info_msg(gchar *message);
|
||||
|
||||
GtkWidget *gmdb_info_new();
|
||||
void gmdb_set_sensitive(gboolean b);
|
||||
|
||||
GtkWidget *gmdb_table_data_new(MdbCatalogEntry *entry);
|
||||
GtkWidget *gmdb_table_def_new(MdbCatalogEntry *entry);
|
||||
GtkWidget *gmdb_table_export_new(MdbCatalogEntry *entry);
|
||||
void gmdb_table_export(MdbCatalogEntry *entry) ;
|
||||
|
||||
void gmdb_file_select_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_file_open_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_file_close_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_file_open(gchar *file_path);
|
||||
void gmdb_file_open_recent(gchar *menuname);
|
||||
|
||||
void gmdb_sql_new_window_cb(GtkWidget *w, gpointer data);
|
||||
|
||||
@@ -39,6 +42,11 @@ void gmdb_module_populate(MdbHandle *mdb);
|
||||
|
||||
void gmdb_table_add_tab(GtkWidget *notebook);
|
||||
void gmdb_debug_tab_new(GtkWidget *notebook);
|
||||
void gmdb_debug_new_cb(GtkWidget *w, gpointer *data);
|
||||
|
||||
unsigned long gmdb_prefs_get_maxrows();
|
||||
|
||||
extern GtkWidget *gmdb_prefs_new();
|
||||
|
||||
extern GtkWidget *table_list;
|
||||
extern GtkWidget *form_list;
|
||||
|
||||
Reference in New Issue
Block a user