Search
lxdream.org :: lxdream/src/gui/gui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/gui.h
changeset 18:9a1b5d75703f
prev11:0a82ef380c45
next25:fa2d21d57942
author nkeynes
date Fri Dec 23 11:44:55 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Start of "real" time slices, general structure in place now
file annotate diff log raw
1.1 --- a/src/gui/gui.h Sun Dec 11 12:00:09 2005 +0000
1.2 +++ b/src/gui/gui.h Fri Dec 23 11:44:55 2005 +0000
1.3 @@ -21,9 +21,12 @@
1.4 typedef struct debug_info_struct *debug_info_t;
1.5 extern debug_info_t main_debug;
1.6
1.7 +typedef int (*file_callback_t)( const gchar *filename );
1.8 +void open_file_dialog( char *title, file_callback_t file_handler, char *pattern, char *patname );
1.9 +void save_file_dialog( char *title, file_callback_t file_handler, char *pattern, char *patname );
1.10 +
1.11 debug_info_t init_debug_win(GtkWidget *, cpu_desc_t *cpu );
1.12 debug_info_t get_debug_info(GtkWidget *widget);
1.13 -void open_file_dialog( void );
1.14 void update_mmr_win( void );
1.15 void init_mmr_win( void );
1.16 void update_registers( debug_info_t debug );
.