Search
lxdream.org :: lxdream/src/gui/gtkui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/gtkui.h
changeset 447:3e095bfcb476
prev437:2c259474b474
next450:207461e79f21
author nkeynes
date Tue Oct 16 12:36:29 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add gui error reporting
Add initial controller settings dialog
file annotate diff log raw
1.1 --- a/src/gui/gtkui.h Thu Oct 11 08:22:03 2007 +0000
1.2 +++ b/src/gui/gtkui.h Tue Oct 16 12:36:29 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: gtkui.h,v 1.2 2007-10-11 08:22:03 nkeynes Exp $
1.6 + * $Id: gtkui.h,v 1.3 2007-10-16 12:36:29 nkeynes Exp $
1.7 *
1.8 * Core GTK-based user interface
1.9 *
1.10 @@ -35,6 +35,7 @@
1.11 */
1.12 main_window_t main_window_new( const gchar *title );
1.13
1.14 +GtkWindow *main_window_get_frame( main_window_t win );
1.15 GtkWidget *main_window_get_renderarea( main_window_t win );
1.16 void main_window_set_running( main_window_t win, gboolean running );
1.17 void main_window_set_framerate( main_window_t win, float rate );
1.18 @@ -66,6 +67,7 @@
1.19 void debugger_action_callback( GtkAction *action, gpointer user_data);
1.20 void exit_action_callback( GtkAction *action, gpointer user_data);
1.21
1.22 +void path_settings_callback( GtkAction *action, gpointer user_data);
1.23 void audio_settings_callback( GtkAction *action, gpointer user_data);
1.24 void controller_settings_callback( GtkAction *action, gpointer user_data);
1.25 void network_settings_callback( GtkAction *action, gpointer user_data);
.