mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Modify functions to work better with Glade
This commit is contained in:
@@ -57,8 +57,14 @@ void gmdb_table_add_tab(GtkWidget *notebook);
|
||||
void gmdb_debug_tab_new(GtkWidget *notebook);
|
||||
|
||||
/* debug.c */
|
||||
void gmdb_debug_new_cb(GtkWidget *w, gpointer *data);
|
||||
void gmdb_debug_set_dissect_cb(GtkWidget *w, GladeXML *xml);
|
||||
void gmdb_debug_jump_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_jump_msb_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_display_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_close_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_forward_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_back_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_new_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_set_dissect_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_debug_close_all(void);
|
||||
|
||||
/* sql.c */
|
||||
|
||||
Reference in New Issue
Block a user