|
|
#include "sealoff.xpm" | #include "sealoff.xpm" |
#include "sealon.xpm" | #include "sealon.xpm" |
| |
|
void ims_switch(GtkWidget *w, gpointer data); |
|
void mainwindow_themeitem(GtkMenuItem *menuitem, gpointer data); |
|
void mainwindow_themeitem2(GtkMenuItem *menuitem, gpointer data); |
|
void mainwindow_themeitem3(GtkMenuItem *menuitem, gpointer data); |
|
|
|
int input_key_press (GtkWidget * wid, GdkEventKey * evt, |
|
gpointer data); |
|
int main_key_press (GtkWidget * wid, GdkEventKey * evt, |
|
gpointer data); |
|
|
|
void peer_connect_fics(gpointer data); |
|
|
|
void peer_connect_xboard(gpointer data); |
|
void peer_connect_gnuchess4(gpointer data); |
|
void peer_connect_sjeng(gpointer data); |
|
void peer_connect_crafty(gpointer data); |
|
|
|
void peer_scratch_empty(gpointer data); |
|
void peer_scratch_initial(gpointer data); |
|
|
|
void peer_connect_ask(gpointer data); |
|
void peer_connect_p2p(gpointer data); |
|
void peer_disconnect(gpointer data); |
|
void help_about(gpointer data); |
|
void help_keys(gpointer data); |
|
void help_debug(gpointer data); |
|
void help_starting(gpointer data); |
|
void mainwindow_icsout_changed(GtkEditable *gtke, gpointer data); |
|
|
|
void mainwindow_connect_bookmark(GtkWidget *w, gpointer data); |
|
void mainwindow_connect_bookmark2(GtkWidget *w, gpointer data); |
|
void mainwindow_edit_engbm(GtkWidget *w, gpointer data); |
|
|
|
void navbar_back_all(GtkWidget *w,gpointer data); |
|
void navbar_back_1(GtkWidget *w,gpointer data); |
|
void navbar_forward_1(GtkWidget *w,gpointer data); |
|
void navbar_forward_all(GtkWidget *w,gpointer data); |
|
void navbar_movelist(GtkWidget *w,gpointer data); |
|
void navbar_trash(GtkWidget *w,gpointer data); |
|
void navbar_toscratch(GtkWidget *w,gpointer data); |
|
void navbar_flip(GtkWidget *w,gpointer data); |
|
|
|
void sett_hilite(GtkWidget *w,gpointer data); |
|
void sett_animate(GtkWidget *w,gpointer data); |
|
void sett_premove(GtkWidget *w,gpointer data); |
|
void sett_coord(GtkWidget *w,gpointer data); |
|
void sett_beepopp(GtkWidget *w,gpointer data); |
|
void sett_osound(GtkWidget *w,gpointer data); |
|
void sett_vector(GtkWidget *w,gpointer data); |
|
void sett_legal(GtkWidget *w,gpointer data); |
|
void sett_popup(GtkWidget *w,gpointer data); |
|
void sett_smarttrash(GtkWidget *w,gpointer data); |
|
|
|
gboolean mainwindow_read_agents(gpointer data); |
|
|
|
void windows_savedesk(GtkWidget *w, gpointer data); |
|
void windows_savebuffer(GtkWidget *w, gpointer data); |
|
|
|
void windows_find(GtkWidget *w, gpointer data); |
|
void windows_findp(GtkWidget *w, gpointer data); |
|
|
|
|
|
|
GdkWindow * MainWindow::RefWindow=0; | GdkWindow * MainWindow::RefWindow=0; |
| |
static GtkItemFactoryEntry mainwindow_mainmenu[] = { | static GtkItemFactoryEntry mainwindow_mainmenu[] = { |