Search
lxdream.org :: lxdream/src/gtkui/gtkui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtkui.h
changeset 1034:7044e01148f0
prev1015:ad448bedc48a
next1036:af7b0c5905dd
author nkeynes
date Wed Jun 24 02:41:12 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Add initial VMU support
file annotate diff log raw
1.1 --- a/src/gtkui/gtkui.h Tue Jun 02 23:16:26 2009 +0000
1.2 +++ b/src/gtkui/gtkui.h Wed Jun 24 02:41:12 2009 +0000
1.3 @@ -88,8 +88,14 @@
1.4
1.5
1.6 typedef gboolean (*file_callback_t)( const gchar *filename );
1.7 -void open_file_dialog( const char *title, file_callback_t action, const char *pattern, const char *patname,
1.8 +gchar *open_file_dialog( const char *title, const char *pattern, const char *patname,
1.9 const gchar *initial_dir );
1.10 +gchar *save_file_dialog( const char *title, const char *pattern, const char *patname,
1.11 + const gchar *initial_dir );
1.12 +void open_file_dialog_cb( const char *title, file_callback_t action, const char *pattern, const char *patname,
1.13 + const gchar *initial_dir );
1.14 +void save_file_dialog_cb( const char *title, file_callback_t action, const char *pattern, const char *patname,
1.15 + const gchar *initial_dir );
1.16 /**
1.17 * Extract the keyval of the key event if no modifier keys were pressed -
1.18 * in other words get the keyval of the key by itself. The other way around
.