Enumerations |
| enum | { MENU_START_GAME = 1,
MENU_STOP_GAME,
MENU_RESET_GAME
} |
| enum | { MENU_BACK = 1,
MENU_FORW
} |
| enum | {
MENU_SENS_MACHINE_THINKING = 1,
MENU_SENS_MACHINE_NOT_THINKING,
MENU_SENS_NO_GAME,
MENU_SENS_NO_BACK_FORW,
MENU_SENS_SINGLE_PLAYER,
MENU_SENS_TWO_PlayerS,
MENU_SENS_UI_STOPPED,
MENU_SENS_EVAL_FUNCTION
} |
| enum | { MENU_DOC_ABOUT,
MENU_DOC_RULES,
MENU_DOC_STRATEGY
} |
Functions |
| void | menu_resensitize (int) |
| void | menu_desensitize (int) |
| void | menu_start_stop_game (gpointer, guint) |
| void | menu_set_eval_function () |
| | This function is no longer used. Eval function should be set only from the command line.
|
| void | menu_load_file_dialog () |
| void | menu_save_file_dialog () |
| void | menu_set_delay_cb (gpointer data, guint delay, GtkWidget *widget) |
| void | menu_back_forw (gpointer data, guint what) |
| void | menu_set_player (gpointer *, guint, GtkWidget *) |
| void | menu_put_player (gboolean) |
| void | menu_start_game () |
| void | menu_put_game () |
| void | menu_board_flip_cb () |
| void | menu_set_game (gpointer, guint, GtkWidget *) |
| void | sb_set_score (gchar *score) |
| void | sb_update () |
| gboolean | sb_update_periodic () |
| void | sb_reset_human_time () |
| int | sb_get_human_time () |
| void | menu_show_about_dialog (gpointer) |
| void | menu_show_begging_dialog (gpointer) |
| void | menu_show_dialog (gchar *, gchar *) |
| | Shows a dialog with given title and message.
|
| void | menu_show_game_doc (gpointer, guint) |
| void | sb_set_turn_image () |
Variables |
| GtkWidget* | sb_message_label |
| GtkWidget * | sb_game_label |
| GtkWidget * | sb_score_label |
| GtkWidget * | sb_who_label |
| GtkWidget * | sb_player_label |
| GtkWidget * | sb_time_label |
| GtkWidget * | sb_turn_image |
| GtkWidget * | menu_main |
| GtkWidget* | sb_game_separator |
| GtkWidget * | sb_player_separator |
| GtkWidget * | sb_who_separator |
| GtkWidget * | sb_score_separator |
| GtkWidget * | sb_time_separator |
| GtkWidget * | sb_turn_separator |
| GtkItemFactory* | menu_factory |