mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
24 lines
787 B
C
24 lines
787 B
C
void pause_clicked();
|
|
void fullscreen_clicked();
|
|
void flipdisk_clicked();
|
|
void reset_clicked();
|
|
void about_clicked();
|
|
void state_load();
|
|
void state_save();
|
|
void movie_load();
|
|
void movie_record();
|
|
void movie_stop();
|
|
void redraw_request();
|
|
void redraw_drawingarea(int xres, int yres);
|
|
void drag_data_received(GtkWidget *widget, GdkDragContext *dc, gint x, gint y, GtkSelectionData *selection_data, guint info, guint t, gpointer data);
|
|
void set_window_id(char* sdlwindowid);
|
|
|
|
GtkWidget* create_mainwindow(int xres, int yres);
|
|
GtkWidget* create_config();
|
|
GtkWidget* create_inputconfig();
|
|
GtkWidget* create_nsfplayer();
|
|
GtkWidget* create_about();
|
|
GtkWidget* create_archselect();
|
|
GtkWidget* create_cheatwindow();
|
|
|
|
gint convertKeypress(GtkWidget *grab, GdkEventKey *event, gpointer user_data);
|