Freeciv-3.4
Loading...
Searching...
No Matches
Data Structures | Macros | Enumerations | Functions | Variables
menu.c File Reference
#include <stdlib.h>
#include <gtk/gtk.h>
#include "fcintl.h"
#include "log.h"
#include "shared.h"
#include "support.h"
#include "game.h"
#include "government.h"
#include "road.h"
#include "specialist.h"
#include "unit.h"
#include "audio.h"
#include "client_main.h"
#include "clinet.h"
#include "connectdlg_common.h"
#include "control.h"
#include "mapview_common.h"
#include "options.h"
#include "tilespec.h"
#include "zoom.h"
#include "chatline.h"
#include "cityrep.h"
#include "dialogs.h"
#include "editgui.h"
#include "editprop.h"
#include "finddlg.h"
#include "gamedlgs.h"
#include "gotodlg.h"
#include "gui_main.h"
#include "gui_stuff.h"
#include "helpdlg.h"
#include "infradlg.h"
#include "luaconsole.h"
#include "mapctrl.h"
#include "messagedlg.h"
#include "messagewin.h"
#include "optiondlg.h"
#include "pages.h"
#include "plrdlg.h"
#include "rallypointdlg.h"
#include "ratesdlg.h"
#include "repodlgs.h"
#include "sprite.h"
#include "spaceshipdlg.h"
#include "unitselect.h"
#include "wldlg.h"
#include "menu.h"

Go to the source code of this file.

Data Structures

struct  menu_entry_info
 

Macros

#define GTK_STOCK_EDIT   NULL
 
#define CREATE_SUB_ITEM(_sub_target_, _sub_target_key_, _sub_target_name_)
 
#define ADD_OLD_ACCELERATOR(wanted_action_id, accel_key, accel_mods)
 

Enumerations

enum  menu_entry_grouping {
  MGROUP_SAFE , MGROUP_EDIT , MGROUP_PLAYING , MGROUP_UNIT ,
  MGROUP_PLAYER , MGROUP_ALL
}
 

Functions

static void menu_entry_set_active (const char *key, gboolean is_active)
 
static void menu_entry_set_sensitive (const char *key, gboolean is_sensitive)
 
static void menu_entry_set_visible (const char *key, gboolean is_visible, gboolean is_sensitive)
 
static void view_menu_update_sensitivity (void)
 
static void menu_entry_group_set_sensitive (enum menu_entry_grouping group, gboolean is_sensitive)
 
static void clear_chat_logs_callback (GtkMenuItem *item, gpointer data)
 
static void save_chat_logs_callback (GtkMenuItem *item, gpointer data)
 
static void local_options_callback (GtkMenuItem *item, gpointer data)
 
static void message_options_callback (GtkMenuItem *item, gpointer data)
 
static void server_options_callback (GtkMenuItem *item, gpointer data)
 
static void save_options_callback (GtkMenuItem *item, gpointer data)
 
static void reload_tileset_callback (GtkMenuItem *item, gpointer data)
 
static void save_game_callback (GtkMenuItem *item, gpointer data)
 
static void save_game_as_callback (GtkMenuItem *item, gpointer data)
 
static void save_mapimg_callback (GtkMenuItem *item, gpointer data)
 
static void save_mapimg_as_callback (GtkMenuItem *item, gpointer data)
 
static void find_city_callback (GtkMenuItem *item, gpointer data)
 
static void worklists_callback (GtkMenuItem *item, gpointer data)
 
static void client_lua_script_callback (GtkMenuItem *item, gpointer data)
 
static void volume_up_callback (GtkMenuItem *item, gpointer data)
 
static void volume_down_callback (GtkMenuItem *item, gpointer data)
 
static void leave_callback (GtkMenuItem *item, gpointer data)
 
static void quit_callback (GtkMenuItem *item, gpointer data)
 
static void map_view_callback (GtkMenuItem *item, gpointer data)
 
static void report_units_callback (GtkMenuItem *item, gpointer data)
 
static void report_nations_callback (GtkMenuItem *item, gpointer data)
 
static void report_cities_callback (GtkMenuItem *item, gpointer data)
 
static void report_wow_callback (GtkMenuItem *item, gpointer data)
 
static void report_top_cities_callback (GtkMenuItem *item, gpointer data)
 
static void report_messages_callback (GtkMenuItem *item, gpointer data)
 
static void report_demographic_callback (GtkMenuItem *item, gpointer data)
 
static void bg_select0_callback (GtkMenuItem *item, gpointer data)
 
static void bg_assign0_callback (GtkMenuItem *item, gpointer data)
 
static void bg_append0_callback (GtkMenuItem *item, gpointer data)
 
static void bg_select1_callback (GtkMenuItem *item, gpointer data)
 
static void bg_assign1_callback (GtkMenuItem *item, gpointer data)
 
static void bg_append1_callback (GtkMenuItem *item, gpointer data)
 
static void bg_select2_callback (GtkMenuItem *item, gpointer data)
 
static void bg_assign2_callback (GtkMenuItem *item, gpointer data)
 
static void bg_append2_callback (GtkMenuItem *item, gpointer data)
 
static void bg_select3_callback (GtkMenuItem *item, gpointer data)
 
static void bg_assign3_callback (GtkMenuItem *item, gpointer data)
 
static void bg_append3_callback (GtkMenuItem *item, gpointer data)
 
static void help_overview_callback (GtkMenuItem *item, gpointer data)
 
static void help_playing_callback (GtkMenuItem *item, gpointer data)
 
static void help_policies_callback (GtkMenuItem *item, gpointer data)
 
static void help_counters_callback (GtkMenuItem *item, gpointer data)
 
static void help_terrain_callback (GtkMenuItem *item, gpointer data)
 
static void help_economy_callback (GtkMenuItem *item, gpointer data)
 
static void help_cities_callback (GtkMenuItem *item, gpointer data)
 
static void help_improvements_callback (GtkMenuItem *item, gpointer data)
 
static void help_wonders_callback (GtkMenuItem *item, gpointer data)
 
static void help_units_callback (GtkMenuItem *item, gpointer data)
 
static void help_combat_callback (GtkMenuItem *item, gpointer data)
 
static void help_zoc_callback (GtkMenuItem *item, gpointer data)
 
static void help_government_callback (GtkMenuItem *item, gpointer data)
 
static void help_diplomacy_callback (GtkMenuItem *item, gpointer data)
 
static void help_tech_callback (GtkMenuItem *item, gpointer data)
 
static void help_space_race_callback (GtkMenuItem *item, gpointer data)
 
static void help_ruleset_callback (GtkMenuItem *item, gpointer data)
 
static void help_tileset_callback (GtkMenuItem *item, gpointer data)
 
static void help_musicset_callback (GtkMenuItem *item, gpointer data)
 
static void help_nations_callback (GtkMenuItem *item, gpointer data)
 
static void help_connecting_callback (GtkMenuItem *item, gpointer data)
 
static void help_controls_callback (GtkMenuItem *item, gpointer data)
 
static void help_cma_callback (GtkMenuItem *item, gpointer data)
 
static void help_chatline_callback (GtkMenuItem *item, gpointer data)
 
static void help_worklist_editor_callback (GtkMenuItem *item, gpointer data)
 
static void help_language_callback (GtkMenuItem *item, gpointer data)
 
static void help_copying_callback (GtkMenuItem *item, gpointer data)
 
static void help_about_callback (GtkMenuItem *item, gpointer data)
 
static void save_options_on_exit_callback (GtkCheckMenuItem *item, gpointer data)
 
static void edit_mode_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_outlines_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_output_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_map_grid_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_national_borders_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_native_tiles_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_full_bar_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_names_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_growth_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_productions_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_buy_cost_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_city_trade_routes_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_terrain_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_coastline_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_paths_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_irrigation_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_mine_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_bases_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_resources_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_huts_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_pollution_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_cities_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_units_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_unit_solid_bg_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_unit_shields_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_stack_size_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_focus_unit_callback (GtkCheckMenuItem *item, gpointer data)
 
static void show_fog_of_war_callback (GtkCheckMenuItem *item, gpointer data)
 
static void full_screen_callback (GtkCheckMenuItem *item, gpointer data)
 
static void recalc_borders_callback (GtkMenuItem *item, gpointer data)
 
static void toggle_fog_callback (GtkCheckMenuItem *item, gpointer data)
 
static void scenario_properties_callback (GtkMenuItem *item, gpointer data)
 
static void save_scenario_callback (GtkMenuItem *item, gpointer data)
 
static void center_view_callback (GtkMenuItem *item, gpointer data)
 
static void zoom_in_callback (GtkMenuItem *item, gpointer data)
 
static void zoom_out_callback (GtkMenuItem *item, gpointer data)
 
static void report_economy_callback (GtkMenuItem *item, gpointer data)
 
static void report_research_callback (GtkMenuItem *item, gpointer data)
 
static void multiplier_callback (GtkMenuItem *item, gpointer data)
 
static void report_spaceship_callback (GtkMenuItem *item, gpointer data)
 
static void report_achievements_callback (GtkMenuItem *item, gpointer data)
 
static void government_callback (GtkMenuItem *item, gpointer data)
 
static void tax_rate_callback (GtkMenuItem *item, gpointer data)
 
static void select_single_callback (GtkMenuItem *item, gpointer data)
 
static void select_all_on_tile_callback (GtkMenuItem *item, gpointer data)
 
static void select_same_type_tile_callback (GtkMenuItem *item, gpointer data)
 
static void select_same_type_cont_callback (GtkMenuItem *item, gpointer data)
 
static void select_same_type_callback (GtkMenuItem *item, gpointer data)
 
static void select_dialog_callback (GtkMenuItem *item, gpointer data)
 
static void rally_dialog_callback (GtkMenuItem *item, gpointer data)
 
static void infra_dialog_callback (GtkMenuItem *item, gpointer data)
 
static void unit_wait_callback (GtkMenuItem *item, gpointer data)
 
static void unit_done_callback (GtkMenuItem *item, gpointer data)
 
static void unit_goto_callback (GtkMenuItem *item, gpointer data)
 
static void unit_goto_city_callback (GtkMenuItem *item, gpointer data)
 
static void unit_return_callback (GtkMenuItem *item, gpointer data)
 
static void unit_explore_callback (GtkMenuItem *item, gpointer data)
 
static void unit_patrol_callback (GtkMenuItem *item, gpointer data)
 
static void unit_sentry_callback (GtkMenuItem *item, gpointer data)
 
static void unit_unsentry_callback (GtkMenuItem *item, gpointer data)
 
static void unit_board_callback (GtkMenuItem *item, gpointer data)
 
static void unit_deboard_callback (GtkMenuItem *item, gpointer data)
 
static void unit_unload_transporter_callback (GtkMenuItem *item, gpointer data)
 
static void unit_homecity_callback (GtkMenuItem *item, gpointer data)
 
static void unit_upgrade_callback (GtkMenuItem *item, gpointer data)
 
static void unit_convert_callback (GtkMenuItem *item, gpointer data)
 
static void unit_disband_callback (GtkMenuItem *item, gpointer data)
 
static void build_city_callback (GtkMenuItem *item, gpointer data)
 
static void auto_work_callback (GtkMenuItem *item, gpointer data)
 
static void build_road_callback (GtkMenuItem *item, gpointer data)
 
static void build_irrigation_callback (GtkMenuItem *item, gpointer data)
 
static void cultivate_callback (GtkMenuItem *item, gpointer data)
 
static void build_mine_callback (GtkMenuItem *item, gpointer data)
 
static void plant_callback (GtkMenuItem *item, gpointer data)
 
static void connect_road_callback (GtkMenuItem *item, gpointer data)
 
static void connect_rail_callback (GtkMenuItem *item, gpointer data)
 
static void connect_maglev_callback (GtkMenuItem *item, gpointer data)
 
static void connect_irrigation_callback (GtkMenuItem *item, gpointer data)
 
static void transform_terrain_callback (GtkMenuItem *item, gpointer data)
 
static void clean_nuisance_callback (GtkMenuItem *item, gpointer data)
 
static void fortify_callback (GtkMenuItem *item, gpointer data)
 
static void build_fortress_callback (GtkMenuItem *item, gpointer data)
 
static void build_airbase_callback (GtkMenuItem *item, gpointer data)
 
static void do_paradrop_callback (GtkMenuItem *item, gpointer data)
 
static void do_pillage_callback (GtkMenuItem *item, gpointer data)
 
static void diplomat_action_callback (GtkMenuItem *item, gpointer data)
 
static struct menu_entry_infomenu_entry_info_find (const char *key)
 
static void leave_local_game_response (GtkWidget *dialog, gint response)
 
static void unit_goto_and_callback (GtkMenuItem *item, gpointer data)
 
static void base_callback (GtkMenuItem *item, gpointer data)
 
static void road_callback (GtkMenuItem *item, gpointer data)
 
static void clean_callback (GtkMenuItem *item, gpointer data)
 
static void menu_entry_init (GtkBuildable *item)
 
static const gcharget_ui_filename (void)
 
GtkWidgetsetup_menus (GtkWidget *window)
 
static void menus_rename (const char *key, const gchar *new_label)
 
static GtkMenufind_menu (const char *key)
 
static const charget_tile_change_menu_text (struct tile *ptile, enum unit_activity activity)
 
void real_menus_update (void)
 
static void menu_unit_goto_and_add_accel (GtkWidget *item, action_id act_id, const guint accel_key, const GdkModifierType accel_mods)
 
static void menu_remove_previous_entries (GtkMenu *menu)
 
void real_menus_init (void)
 
void menus_free (void)
 

Variables

static GtkBuilderui_builder = NULL
 
static struct menu_entry_info menu_entries []
 

Macro Definition Documentation

◆ ADD_OLD_ACCELERATOR

#define ADD_OLD_ACCELERATOR (   wanted_action_id,
  accel_key,
  accel_mods 
)
Value:
if (act_id == wanted_action_id) { \
}
char * incite_cost
Definition comments.c:77
Definition climisc.h:82

◆ CREATE_SUB_ITEM

#define CREATE_SUB_ITEM (   _sub_target_,
  _sub_target_key_,
  _sub_target_name_ 
)

◆ GTK_STOCK_EDIT

#define GTK_STOCK_EDIT   NULL

Definition at line 77 of file menu.c.

Enumeration Type Documentation

◆ menu_entry_grouping

Enumerator
MGROUP_SAFE 
MGROUP_EDIT 
MGROUP_PLAYING 
MGROUP_UNIT 
MGROUP_PLAYER 
MGROUP_ALL 

Definition at line 94 of file menu.c.

Function Documentation

◆ auto_work_callback()

static void auto_work_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "AUTO_WORK" callback.

Definition at line 1842 of file menu.c.

◆ base_callback()

static void base_callback ( GtkMenuItem item,
gpointer  data 
)
static

The player has chosen a base to build from the menu.

Definition at line 2062 of file menu.c.

Referenced by real_menus_init(), and real_menus_update().

◆ bg_append0_callback()

static void bg_append0_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_APPEND_0" callback.

Definition at line 964 of file menu.c.

◆ bg_append1_callback()

static void bg_append1_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_APPEND_1" callback.

Definition at line 988 of file menu.c.

◆ bg_append2_callback()

static void bg_append2_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_APPEND_2" callback.

Definition at line 1012 of file menu.c.

◆ bg_append3_callback()

static void bg_append3_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_APPEND_3" callback.

Definition at line 1036 of file menu.c.

◆ bg_assign0_callback()

static void bg_assign0_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_ASSIGN_0" callback.

Definition at line 956 of file menu.c.

◆ bg_assign1_callback()

static void bg_assign1_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_ASSIGN_1" callback.

Definition at line 980 of file menu.c.

◆ bg_assign2_callback()

static void bg_assign2_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_ASSIGN_2" callback.

Definition at line 1004 of file menu.c.

◆ bg_assign3_callback()

static void bg_assign3_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_ASSIGN_3" callback.

Definition at line 1028 of file menu.c.

◆ bg_select0_callback()

static void bg_select0_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_SELECT_0" callback.

Definition at line 948 of file menu.c.

◆ bg_select1_callback()

static void bg_select1_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_SELECT_1" callback.

Definition at line 972 of file menu.c.

◆ bg_select2_callback()

static void bg_select2_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_SELECT_2" callback.

Definition at line 996 of file menu.c.

◆ bg_select3_callback()

static void bg_select3_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BATTLE_GROUP_SELECT_3" callback.

Definition at line 1020 of file menu.c.

◆ build_airbase_callback()

static void build_airbase_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_AIRBASE" callback.

Definition at line 2006 of file menu.c.

◆ build_city_callback()

static void build_city_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BUILD_CITY" callback.

Definition at line 1823 of file menu.c.

◆ build_fortress_callback()

static void build_fortress_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_FORTRESS" callback.

Definition at line 1988 of file menu.c.

◆ build_irrigation_callback()

static void build_irrigation_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_IRRIGATION" callback.

Definition at line 1876 of file menu.c.

◆ build_mine_callback()

static void build_mine_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_MINE" callback.

Definition at line 1892 of file menu.c.

◆ build_road_callback()

static void build_road_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_ROAD" callback.

Definition at line 1850 of file menu.c.

◆ center_view_callback()

static void center_view_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CENTER_VIEW" callback.

Definition at line 2102 of file menu.c.

◆ clean_callback()

static void clean_callback ( GtkMenuItem item,
gpointer  data 
)
static

The player has chosen a nuisance to clean from the menu.

Definition at line 2087 of file menu.c.

Referenced by real_menus_init().

◆ clean_nuisance_callback()

static void clean_nuisance_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CLEAN" callback.

Definition at line 1980 of file menu.c.

◆ clear_chat_logs_callback()

static void clear_chat_logs_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "CLEAR_CHAT_LOGS" callback.

Definition at line 643 of file menu.c.

◆ client_lua_script_callback()

static void client_lua_script_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "CLIENT_LUA_SCRIPT" callback.

Definition at line 859 of file menu.c.

◆ connect_irrigation_callback()

static void connect_irrigation_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_IRRIGATION" callback.

Definition at line 1956 of file menu.c.

◆ connect_maglev_callback()

static void connect_maglev_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_MAGLEV" callback.

Definition at line 1940 of file menu.c.

◆ connect_rail_callback()

static void connect_rail_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_RAIL" callback.

Definition at line 1924 of file menu.c.

◆ connect_road_callback()

static void connect_road_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_ROAD" callback.

Definition at line 1908 of file menu.c.

◆ cultivate_callback()

static void cultivate_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CULTIVATE" callback.

Definition at line 1884 of file menu.c.

◆ diplomat_action_callback()

static void diplomat_action_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DIPLOMAT_ACTION" callback.

Definition at line 2030 of file menu.c.

◆ do_paradrop_callback()

static void do_paradrop_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DO_PARADROP" callback.

Definition at line 2014 of file menu.c.

◆ do_pillage_callback()

static void do_pillage_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DO_PILLAGE" callback.

Definition at line 2022 of file menu.c.

◆ edit_mode_callback()

static void edit_mode_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "EDIT_MODE" callback.

Definition at line 1213 of file menu.c.

◆ find_city_callback()

static void find_city_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "FIND_CITY" callback.

Definition at line 799 of file menu.c.

◆ find_menu()

static GtkMenu * find_menu ( const char key)
static

Find the child menu of an action.

Definition at line 2375 of file menu.c.

Referenced by real_menus_init(), and real_menus_update().

◆ fortify_callback()

static void fortify_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "FORTIFY" callback.

Definition at line 1996 of file menu.c.

◆ full_screen_callback()

static void full_screen_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "FULL_SCREEN" callback.

Definition at line 1516 of file menu.c.

◆ get_tile_change_menu_text()

static const char * get_tile_change_menu_text ( struct tile ptile,
enum unit_activity  activity 
)
static

Return the text for the tile, changed by the activity.

Should only be called for irrigation, mining, or transformation, and only when the activity changes the base terrain type.

Definition at line 2415 of file menu.c.

Referenced by mr_menu::menus_sensitive(), and real_menus_update().

◆ get_ui_filename()

static const gchar * get_ui_filename ( void  )
static

Returns the name of the file readable by the GtkUIManager.

Definition at line 2208 of file menu.c.

Referenced by setup_menus().

◆ government_callback()

static void government_callback ( GtkMenuItem item,
gpointer  data 
)
static

The player has chosen a government from the menu.

Definition at line 2054 of file menu.c.

Referenced by real_menus_init(), and real_menus_update().

◆ help_about_callback()

static void help_about_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_ABOUT" callback.

Definition at line 1196 of file menu.c.

◆ help_chatline_callback()

static void help_chatline_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CHATLINE" callback.

Definition at line 924 of file menu.c.

◆ help_cities_callback()

static void help_cities_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CITIES" callback.

Definition at line 1092 of file menu.c.

◆ help_cma_callback()

static void help_cma_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CMA" callback.

Definition at line 940 of file menu.c.

◆ help_combat_callback()

static void help_combat_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_COMBAT" callback.

Definition at line 1116 of file menu.c.

◆ help_connecting_callback()

static void help_connecting_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CONNECTING" callback.

Definition at line 908 of file menu.c.

◆ help_controls_callback()

static void help_controls_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CONTROLS" callback.

Definition at line 916 of file menu.c.

◆ help_copying_callback()

static void help_copying_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_COPYING" callback.

Definition at line 1188 of file menu.c.

◆ help_counters_callback()

static void help_counters_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_COUNTERS" callback.

Definition at line 900 of file menu.c.

◆ help_diplomacy_callback()

static void help_diplomacy_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_DIPLOMACY" callback.

Definition at line 1164 of file menu.c.

◆ help_economy_callback()

static void help_economy_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_ECONOMY" callback.

Definition at line 1084 of file menu.c.

◆ help_government_callback()

static void help_government_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_GOVERNMENT" callback.

Definition at line 1156 of file menu.c.

◆ help_improvements_callback()

static void help_improvements_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_IMPROVEMENTS" callback.

Definition at line 1100 of file menu.c.

◆ help_language_callback()

static void help_language_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_LANGUAGE" callback.

Definition at line 883 of file menu.c.

◆ help_musicset_callback()

static void help_musicset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_MUSICSET" callback.

Definition at line 1076 of file menu.c.

◆ help_nations_callback()

static void help_nations_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_NATIONS" callback.

Definition at line 1180 of file menu.c.

◆ help_overview_callback()

static void help_overview_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_OVERVIEW" callback.

Definition at line 1044 of file menu.c.

◆ help_playing_callback()

static void help_playing_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_PLAYING" callback.

Definition at line 1052 of file menu.c.

◆ help_policies_callback()

static void help_policies_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_POLICIES" callback. Multipliers (aka policies)

Definition at line 892 of file menu.c.

◆ help_ruleset_callback()

static void help_ruleset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_RULESET" callback.

Definition at line 1060 of file menu.c.

◆ help_space_race_callback()

static void help_space_race_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_SPACE_RACE" callback.

Definition at line 1172 of file menu.c.

◆ help_tech_callback()

static void help_tech_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TECH" callback.

Definition at line 1132 of file menu.c.

◆ help_terrain_callback()

static void help_terrain_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TERRAIN" callback.

Definition at line 1140 of file menu.c.

◆ help_tileset_callback()

static void help_tileset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TILESET" callback.

Definition at line 1068 of file menu.c.

◆ help_units_callback()

static void help_units_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_UNITS" callback.

Definition at line 1108 of file menu.c.

◆ help_wonders_callback()

static void help_wonders_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_WONDERS" callback.

Definition at line 1148 of file menu.c.

◆ help_worklist_editor_callback()

static void help_worklist_editor_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_WORKLIST_EDITOR" callback.

Definition at line 932 of file menu.c.

◆ help_zoc_callback()

static void help_zoc_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_ZOC" callback.

Definition at line 1124 of file menu.c.

◆ infra_dialog_callback()

static void infra_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open infra placement dialog.

Definition at line 1622 of file menu.c.

◆ leave_callback()

static void leave_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "LEAVE" callback.

Definition at line 747 of file menu.c.

◆ leave_local_game_response()

static void leave_local_game_response ( GtkWidget dialog,
gint  response 
)
static

This is the response callback for the dialog with the message: Leaving a local game will end it!

Definition at line 732 of file menu.c.

Referenced by leave_callback(), and leave_callback().

◆ local_options_callback()

static void local_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "LOCAL_OPTIONS" callback.

Definition at line 659 of file menu.c.

◆ map_view_callback()

static void map_view_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "MAP_VIEW" callback.

Definition at line 815 of file menu.c.

◆ menu_entry_group_set_sensitive()

static void menu_entry_group_set_sensitive ( enum menu_entry_grouping  group,
gboolean  is_sensitive 
)
static

Set sensitivity of all entries in the group.

Definition at line 2330 of file menu.c.

Referenced by menus_disable_char_commands(), menus_disable_unit_commands(), real_menus_init(), and real_menus_update().

◆ menu_entry_info_find()

static struct menu_entry_info * menu_entry_info_find ( const char key)
static

◆ menu_entry_init()

static void menu_entry_init ( GtkBuildable item)
static

Set name of the menu item.

Definition at line 2168 of file menu.c.

Referenced by real_menus_update(), setup_menus(), and setup_menus().

◆ menu_entry_set_active()

static void menu_entry_set_active ( const char key,
gboolean  is_active 
)
static

Sets an menu entry sensitive.

Definition at line 2304 of file menu.c.

Referenced by real_menus_init(), and real_menus_update().

◆ menu_entry_set_sensitive()

static void menu_entry_set_sensitive ( const char key,
gboolean  is_sensitive 
)
static

Sets sensitivity of an menu entry.

Definition at line 2317 of file menu.c.

Referenced by menu_entry_group_set_sensitive(), real_menus_init(), real_menus_update(), view_menu_update_sensitivity(), and view_menu_update_sensitivity().

◆ menu_entry_set_visible()

static void menu_entry_set_visible ( const char key,
gboolean  is_visible,
gboolean  is_sensitive 
)
static

Sets an action visible.

Definition at line 2346 of file menu.c.

Referenced by setup_menus().

◆ menu_remove_previous_entries()

static void menu_remove_previous_entries ( GtkMenu menu)
static

Recursively remove previous entries in a menu and its sub menus.

Definition at line 2975 of file menu.c.

Referenced by menu_remove_previous_entries(), and real_menus_init().

◆ menu_unit_goto_and_add_accel()

static void menu_unit_goto_and_add_accel ( GtkWidget item,
action_id  act_id,
const guint  accel_key,
const GdkModifierType  accel_mods 
)
static

Add an accelerator to an item in the "Go to and..." menu.

Definition at line 2951 of file menu.c.

◆ menus_free()

void menus_free ( void  )

Definition at line 3312 of file menu.c.

Referenced by ui_main().

◆ menus_rename()

static void menus_rename ( const char key,
const gchar new_label 
)
static

Renames an action.

Definition at line 2362 of file menu.c.

Referenced by real_menus_init(), and real_menus_update().

◆ message_options_callback()

static void message_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "MESSAGE_OPTIONS" callback.

Definition at line 667 of file menu.c.

◆ multiplier_callback()

static void multiplier_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "MULTIPLIERS" callback.

Definition at line 2046 of file menu.c.

◆ plant_callback()

static void plant_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "PLANT" callback.

Definition at line 1900 of file menu.c.

◆ quit_callback()

static void quit_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "QUIT" callback.

Definition at line 791 of file menu.c.

◆ rally_dialog_callback()

static void rally_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open rally point dialog.

Definition at line 1614 of file menu.c.

◆ real_menus_init()

void real_menus_init ( void  )

Initialize menus (sensitivity, name, etc.) based on the current state and current ruleset, etc. Call menus_update().

Definition at line 2995 of file menu.c.

Referenced by fc_shortcuts_dialog::apply_option(), and menus_update_callback().

◆ real_menus_update()

void real_menus_update ( void  )

Updates the menus.

Definition at line 2430 of file menu.c.

Referenced by il_lost_focus(), menus_update_callback(), setup_menus(), and fc_client::update_info_label().

◆ recalc_borders_callback()

static void recalc_borders_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "RECALC_BORDERS" callback.

Definition at line 1528 of file menu.c.

◆ reload_tileset_callback()

static void reload_tileset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "RELOAD_TILESET" callback.

Definition at line 691 of file menu.c.

◆ report_achievements_callback()

static void report_achievements_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_ACHIEVEMENTS" callback.

Definition at line 875 of file menu.c.

◆ report_cities_callback()

static void report_cities_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_CITIES" callback.

Definition at line 2134 of file menu.c.

◆ report_demographic_callback()

static void report_demographic_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_DEMOGRAPHIC" callback.

Definition at line 867 of file menu.c.

◆ report_economy_callback()

static void report_economy_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_ECONOMY" callback.

Definition at line 2142 of file menu.c.

◆ report_messages_callback()

static void report_messages_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_MESSAGES" callback.

Definition at line 851 of file menu.c.

◆ report_nations_callback()

static void report_nations_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_NATIONS" callback.

Definition at line 823 of file menu.c.

◆ report_research_callback()

static void report_research_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_RESEARCH" callback.

Definition at line 2150 of file menu.c.

◆ report_spaceship_callback()

static void report_spaceship_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_SPACESHIP" callback.

Definition at line 2158 of file menu.c.

◆ report_top_cities_callback()

static void report_top_cities_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_TOP_CITIES" callback.

Definition at line 843 of file menu.c.

◆ report_units_callback()

static void report_units_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_UNITS" callback.

Definition at line 2126 of file menu.c.

◆ report_wow_callback()

static void report_wow_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_WOW" callback.

Definition at line 831 of file menu.c.

◆ road_callback()

static void road_callback ( GtkMenuItem item,
gpointer  data 
)
static

The player has chosen a road to build from the menu.

Definition at line 2074 of file menu.c.

Referenced by real_menus_init(), and real_menus_update().

◆ save_chat_logs_callback()

static void save_chat_logs_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_CHAT_LOGS" callback.

Definition at line 651 of file menu.c.

◆ save_game_as_callback()

static void save_game_as_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_GAME_AS" callback.

Definition at line 707 of file menu.c.

◆ save_game_callback()

static void save_game_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_GAME" callback.

Definition at line 699 of file menu.c.

◆ save_mapimg_as_callback()

static void save_mapimg_as_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_MAPIMG_AS" callback.

Definition at line 723 of file menu.c.

◆ save_mapimg_callback()

static void save_mapimg_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_MAPIMG" callback.

Definition at line 715 of file menu.c.

◆ save_options_callback()

static void save_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_OPTIONS" callback.

Definition at line 683 of file menu.c.

◆ save_options_on_exit_callback()

static void save_options_on_exit_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SAVE_OPTIONS_ON_EXIT" callback.

Definition at line 1204 of file menu.c.

◆ save_scenario_callback()

static void save_scenario_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_SCENARIO" callback.

Definition at line 1558 of file menu.c.

◆ scenario_properties_callback()

static void scenario_properties_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SCENARIO_PROPERTIES" callback.

Definition at line 1546 of file menu.c.

◆ select_all_on_tile_callback()

static void select_all_on_tile_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SELECT_ALL_ON_TILE" callback.

Definition at line 1574 of file menu.c.

◆ select_dialog_callback()

static void select_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open unit selection dialog.

Definition at line 1606 of file menu.c.

◆ select_same_type_callback()

static void select_same_type_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SELECT_SAME_TYPE" callback.

Definition at line 1598 of file menu.c.

◆ select_same_type_cont_callback()

static void select_same_type_cont_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SELECT_SAME_TYPE_CONT" callback.

Definition at line 1590 of file menu.c.

◆ select_same_type_tile_callback()

static void select_same_type_tile_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SELECT_SAME_TYPE_TILE" callback.

Definition at line 1582 of file menu.c.

◆ select_single_callback()

static void select_single_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SELECT_SINGLE" callback.

Definition at line 1566 of file menu.c.

◆ server_options_callback()

static void server_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SERVER_OPTIONS" callback.

Definition at line 675 of file menu.c.

◆ setup_menus()

GtkWidget * setup_menus ( GtkWidget window)

Creates the menu bar.

Definition at line 2228 of file menu.c.

Referenced by enable_menus().

◆ show_bases_callback()

static void show_bases_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_BASES" callback.

Definition at line 1400 of file menu.c.

◆ show_cities_callback()

static void show_cities_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITIES" callback.

Definition at line 1440 of file menu.c.

◆ show_city_buy_cost_callback()

static void show_city_buy_cost_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_BUY_COST" callback.

Definition at line 1327 of file menu.c.

◆ show_city_full_bar_callback()

static void show_city_full_bar_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_FULL_BAR" callback.

Definition at line 1280 of file menu.c.

◆ show_city_growth_callback()

static void show_city_growth_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_GROWTH" callback.

Definition at line 1304 of file menu.c.

◆ show_city_names_callback()

static void show_city_names_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_NAMES" callback.

Definition at line 1292 of file menu.c.

◆ show_city_outlines_callback()

static void show_city_outlines_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_OUTLINES" callback.

Definition at line 1225 of file menu.c.

◆ show_city_output_callback()

static void show_city_output_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_OUTPUT" callback.

Definition at line 1236 of file menu.c.

◆ show_city_productions_callback()

static void show_city_productions_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_PRODUCTIONS" callback.

Definition at line 1315 of file menu.c.

◆ show_city_trade_routes_callback()

static void show_city_trade_routes_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITY_TRADE_ROUTES" callback.

Definition at line 1338 of file menu.c.

◆ show_coastline_callback()

static void show_coastline_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_COASTLINE" callback.

Definition at line 1360 of file menu.c.

◆ show_focus_unit_callback()

static void show_focus_unit_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_FOCUS_UNIT" callback.

Definition at line 1494 of file menu.c.

◆ show_fog_of_war_callback()

static void show_fog_of_war_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_FOG_OF_WAR" callback.

Definition at line 1505 of file menu.c.

◆ show_huts_callback()

static void show_huts_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_HUTS" callback.

Definition at line 1420 of file menu.c.

◆ show_irrigation_callback()

static void show_irrigation_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_IRRIGATION" callback.

Definition at line 1380 of file menu.c.

◆ show_map_grid_callback()

static void show_map_grid_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_MAP_GRID" callback.

Definition at line 1247 of file menu.c.

◆ show_mine_callback()

static void show_mine_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_MINE" callback.

Definition at line 1390 of file menu.c.

◆ show_national_borders_callback()

static void show_national_borders_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_NATIONAL_BORDERS" callback.

Definition at line 1258 of file menu.c.

◆ show_native_tiles_callback()

static void show_native_tiles_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_NATIVE_TILES" callback.

Definition at line 1269 of file menu.c.

◆ show_paths_callback()

static void show_paths_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_PATHS" callback.

Definition at line 1370 of file menu.c.

◆ show_pollution_callback()

static void show_pollution_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_POLLUTION" callback.

Definition at line 1430 of file menu.c.

◆ show_resources_callback()

static void show_resources_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_RESOURCES" callback.

Definition at line 1410 of file menu.c.

◆ show_stack_size_callback()

static void show_stack_size_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_STACK_SIZE" callback.

Definition at line 1483 of file menu.c.

◆ show_terrain_callback()

static void show_terrain_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_TERRAIN" callback.

Definition at line 1349 of file menu.c.

◆ show_unit_shields_callback()

static void show_unit_shields_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_UNIT_SHIELDS" callback.

Definition at line 1472 of file menu.c.

◆ show_unit_solid_bg_callback()

static void show_unit_solid_bg_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_UNIT_SOLID_BG" callback.

Definition at line 1461 of file menu.c.

◆ show_units_callback()

static void show_units_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_UNITS" callback.

Definition at line 1450 of file menu.c.

◆ tax_rate_callback()

static void tax_rate_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "TAX_RATE" callback.

Definition at line 2038 of file menu.c.

◆ toggle_fog_callback()

static void toggle_fog_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "TOGGLE_FOG" callback.

Definition at line 1536 of file menu.c.

◆ transform_terrain_callback()

static void transform_terrain_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "TRANSFORM_TERRAIN" callback.

Definition at line 1972 of file menu.c.

◆ unit_board_callback()

static void unit_board_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_BOARD" callback.

Definition at line 1762 of file menu.c.

◆ unit_convert_callback()

static void unit_convert_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_CONVERT" callback.

Definition at line 1807 of file menu.c.

◆ unit_deboard_callback()

static void unit_deboard_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DEBOARD" callback.

Definition at line 1772 of file menu.c.

◆ unit_disband_callback()

static void unit_disband_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DISBAND" callback.

Definition at line 1815 of file menu.c.

◆ unit_done_callback()

static void unit_done_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DONE" callback.

Definition at line 1638 of file menu.c.

◆ unit_explore_callback()

static void unit_explore_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_EXPLORE" callback.

Definition at line 1730 of file menu.c.

◆ unit_goto_and_callback()

static void unit_goto_and_callback ( GtkMenuItem item,
gpointer  data 
)
static

Activate the goto system with an action to perform once there.

Definition at line 1654 of file menu.c.

Referenced by real_menus_init(), and real_menus_update().

◆ unit_goto_callback()

static void unit_goto_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_GOTO" callback.

Definition at line 1646 of file menu.c.

◆ unit_goto_city_callback()

static void unit_goto_city_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_GOTO_CITY" callback.

Definition at line 1710 of file menu.c.

◆ unit_homecity_callback()

static void unit_homecity_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_HOMECITY" callback.

Definition at line 1791 of file menu.c.

◆ unit_patrol_callback()

static void unit_patrol_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_PATROL" callback.

Definition at line 1738 of file menu.c.

◆ unit_return_callback()

static void unit_return_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_RETURN" callback.

Definition at line 1720 of file menu.c.

◆ unit_sentry_callback()

static void unit_sentry_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_SENTRY" callback.

Definition at line 1746 of file menu.c.

◆ unit_unload_transporter_callback()

static void unit_unload_transporter_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_UNLOAD_TRANSPORTER" callback.

Definition at line 1782 of file menu.c.

◆ unit_unsentry_callback()

static void unit_unsentry_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_UNSENTRY" callback.

Definition at line 1754 of file menu.c.

◆ unit_upgrade_callback()

static void unit_upgrade_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_UPGRADE" callback.

Definition at line 1799 of file menu.c.

◆ unit_wait_callback()

static void unit_wait_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_WAIT" callback.

Definition at line 1630 of file menu.c.

◆ view_menu_update_sensitivity()

static void view_menu_update_sensitivity ( void  )
static

◆ volume_down_callback()

static void volume_down_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "VOLUME_DOWN" callback.

Definition at line 779 of file menu.c.

◆ volume_up_callback()

static void volume_up_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "VOLUME_UP" callback.

Definition at line 767 of file menu.c.

◆ worklists_callback()

static void worklists_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "WORKLISTS" callback.

Definition at line 807 of file menu.c.

◆ zoom_in_callback()

static void zoom_in_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "ZOOM_IN" callback.

Definition at line 2110 of file menu.c.

◆ zoom_out_callback()

static void zoom_out_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "ZOOM_OUT" callback.

Definition at line 2118 of file menu.c.

Variable Documentation

◆ menu_entries

struct menu_entry_info menu_entries[]
static

◆ ui_builder

GtkBuilder* ui_builder = NULL
static