Freeciv-3.2
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 "unit.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 "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 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_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 (GtkMenuItem *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 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_settle_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:74
Definition climisc.h:80

◆ 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 74 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 91 of file menu.c.

Function Documentation

◆ auto_settle_callback()

static void auto_settle_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "AUTO_SETTLE" callback.

Definition at line 1777 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 1997 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 909 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 933 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 957 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 981 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 901 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 925 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 949 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 973 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 893 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 917 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 941 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 965 of file menu.c.

◆ build_airbase_callback()

static void build_airbase_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_AIRBASE" callback.

Definition at line 1941 of file menu.c.

◆ build_city_callback()

static void build_city_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BUILD_CITY" callback.

Definition at line 1758 of file menu.c.

◆ build_fortress_callback()

static void build_fortress_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_FORTRESS" callback.

Definition at line 1923 of file menu.c.

◆ build_irrigation_callback()

static void build_irrigation_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_IRRIGATION" callback.

Definition at line 1811 of file menu.c.

◆ build_mine_callback()

static void build_mine_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_MINE" callback.

Definition at line 1827 of file menu.c.

◆ build_road_callback()

static void build_road_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_ROAD" callback.

Definition at line 1785 of file menu.c.

◆ center_view_callback()

static void center_view_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CENTER_VIEW" callback.

Definition at line 2037 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 2022 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 1915 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 625 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 813 of file menu.c.

◆ connect_irrigation_callback()

static void connect_irrigation_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_IRRIGATION" callback.

Definition at line 1891 of file menu.c.

◆ connect_maglev_callback()

static void connect_maglev_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_MAGLEV" callback.

Definition at line 1875 of file menu.c.

◆ connect_rail_callback()

static void connect_rail_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_RAIL" callback.

Definition at line 1859 of file menu.c.

◆ connect_road_callback()

static void connect_road_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_ROAD" callback.

Definition at line 1843 of file menu.c.

◆ cultivate_callback()

static void cultivate_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CULTIVATE" callback.

Definition at line 1819 of file menu.c.

◆ diplomat_action_callback()

static void diplomat_action_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DIPLOMAT_ACTION" callback.

Definition at line 1965 of file menu.c.

◆ do_paradrop_callback()

static void do_paradrop_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DO_PARADROP" callback.

Definition at line 1949 of file menu.c.

◆ do_pillage_callback()

static void do_pillage_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DO_PILLAGE" callback.

Definition at line 1957 of file menu.c.

◆ edit_mode_callback()

static void edit_mode_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "EDIT_MODE" callback.

Definition at line 1158 of file menu.c.

◆ find_city_callback()

static void find_city_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "FIND_CITY" callback.

Definition at line 757 of file menu.c.

◆ find_menu()

static GtkMenu * find_menu ( const char key)
static

Find the child menu of an action.

Definition at line 2294 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 1931 of file menu.c.

◆ full_screen_callback()

static void full_screen_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "FULL_SCREEN" callback.

Definition at line 1461 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 2334 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 2127 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 1989 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 1141 of file menu.c.

◆ help_chatline_callback()

static void help_chatline_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CHATLINE" callback.

Definition at line 869 of file menu.c.

◆ help_cities_callback()

static void help_cities_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CITIES" callback.

Definition at line 1037 of file menu.c.

◆ help_cma_callback()

static void help_cma_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CMA" callback.

Definition at line 885 of file menu.c.

◆ help_combat_callback()

static void help_combat_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_COMBAT" callback.

Definition at line 1061 of file menu.c.

◆ help_connecting_callback()

static void help_connecting_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CONNECTING" callback.

Definition at line 853 of file menu.c.

◆ help_controls_callback()

static void help_controls_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CONTROLS" callback.

Definition at line 861 of file menu.c.

◆ help_copying_callback()

static void help_copying_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_COPYING" callback.

Definition at line 1133 of file menu.c.

◆ help_diplomacy_callback()

static void help_diplomacy_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_DIPLOMACY" callback.

Definition at line 1109 of file menu.c.

◆ help_economy_callback()

static void help_economy_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_ECONOMY" callback.

Definition at line 1029 of file menu.c.

◆ help_government_callback()

static void help_government_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_GOVERNMENT" callback.

Definition at line 1101 of file menu.c.

◆ help_improvements_callback()

static void help_improvements_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_IMPROVEMENTS" callback.

Definition at line 1045 of file menu.c.

◆ help_language_callback()

static void help_language_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_LANGUAGE" callback.

Definition at line 837 of file menu.c.

◆ help_musicset_callback()

static void help_musicset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_MUSICSET" callback.

Definition at line 1021 of file menu.c.

◆ help_nations_callback()

static void help_nations_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_NATIONS" callback.

Definition at line 1125 of file menu.c.

◆ help_overview_callback()

static void help_overview_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_OVERVIEW" callback.

Definition at line 989 of file menu.c.

◆ help_playing_callback()

static void help_playing_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_PLAYING" callback.

Definition at line 997 of file menu.c.

◆ help_policies_callback()

static void help_policies_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_POLICIES" callback.

Definition at line 845 of file menu.c.

◆ help_ruleset_callback()

static void help_ruleset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_RULESET" callback.

Definition at line 1005 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 1117 of file menu.c.

◆ help_tech_callback()

static void help_tech_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TECH" callback.

Definition at line 1077 of file menu.c.

◆ help_terrain_callback()

static void help_terrain_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TERRAIN" callback.

Definition at line 1085 of file menu.c.

◆ help_tileset_callback()

static void help_tileset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TILESET" callback.

Definition at line 1013 of file menu.c.

◆ help_units_callback()

static void help_units_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_UNITS" callback.

Definition at line 1053 of file menu.c.

◆ help_wonders_callback()

static void help_wonders_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_WONDERS" callback.

Definition at line 1093 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 877 of file menu.c.

◆ help_zoc_callback()

static void help_zoc_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_ZOC" callback.

Definition at line 1069 of file menu.c.

◆ infra_dialog_callback()

static void infra_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open infra placement dialog.

Definition at line 1565 of file menu.c.

◆ leave_callback()

static void leave_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "LEAVE" callback.

Definition at line 729 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 714 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 641 of file menu.c.

◆ map_view_callback()

static void map_view_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "MAP_VIEW" callback.

Definition at line 773 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 2249 of file menu.c.

Referenced by 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 2087 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 2223 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 2236 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 2265 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 2886 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 2862 of file menu.c.

◆ menus_free()

void menus_free ( void  )

Definition at line 3215 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 2281 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 649 of file menu.c.

◆ multiplier_callback()

static void multiplier_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "MULTIPLIERS" callback.

Definition at line 1981 of file menu.c.

◆ plant_callback()

static void plant_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "PLANT" callback.

Definition at line 1835 of file menu.c.

◆ quit_callback()

static void quit_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "QUIT" callback.

Definition at line 749 of file menu.c.

◆ rally_dialog_callback()

static void rally_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open rally point dialog.

Definition at line 1557 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 2906 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 2349 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 1473 of file menu.c.

◆ reload_tileset_callback()

static void reload_tileset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "RELOAD_TILESET" callback.

Definition at line 673 of file menu.c.

◆ report_achievements_callback()

static void report_achievements_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_ACHIEVEMENTS" callback.

Definition at line 829 of file menu.c.

◆ report_cities_callback()

static void report_cities_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_CITIES" callback.

Definition at line 2053 of file menu.c.

◆ report_demographic_callback()

static void report_demographic_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_DEMOGRAPHIC" callback.

Definition at line 821 of file menu.c.

◆ report_economy_callback()

static void report_economy_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_ECONOMY" callback.

Definition at line 2061 of file menu.c.

◆ report_messages_callback()

static void report_messages_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_MESSAGES" callback.

Definition at line 805 of file menu.c.

◆ report_nations_callback()

static void report_nations_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_NATIONS" callback.

Definition at line 781 of file menu.c.

◆ report_research_callback()

static void report_research_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_RESEARCH" callback.

Definition at line 2069 of file menu.c.

◆ report_spaceship_callback()

static void report_spaceship_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_SPACESHIP" callback.

Definition at line 2077 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 797 of file menu.c.

◆ report_units_callback()

static void report_units_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_UNITS" callback.

Definition at line 2045 of file menu.c.

◆ report_wow_callback()

static void report_wow_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_WOW" callback.

Definition at line 789 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 2009 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 633 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 689 of file menu.c.

◆ save_game_callback()

static void save_game_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_GAME" callback.

Definition at line 681 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 705 of file menu.c.

◆ save_mapimg_callback()

static void save_mapimg_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_MAPIMG" callback.

Definition at line 697 of file menu.c.

◆ save_options_callback()

static void save_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_OPTIONS" callback.

Definition at line 665 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 1149 of file menu.c.

◆ save_scenario_callback()

static void save_scenario_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_SCENARIO" callback.

Definition at line 1501 of file menu.c.

◆ scenario_properties_callback()

static void scenario_properties_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SCENARIO_PROPERTIES" callback.

Definition at line 1489 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 1517 of file menu.c.

◆ select_dialog_callback()

static void select_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open unit selection dialog.

Definition at line 1549 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 1541 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 1533 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 1525 of file menu.c.

◆ select_single_callback()

static void select_single_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SELECT_SINGLE" callback.

Definition at line 1509 of file menu.c.

◆ server_options_callback()

static void server_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SERVER_OPTIONS" callback.

Definition at line 657 of file menu.c.

◆ setup_menus()

GtkWidget * setup_menus ( GtkWidget window)

Creates the menu bar.

Definition at line 2147 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 1345 of file menu.c.

◆ show_cities_callback()

static void show_cities_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITIES" callback.

Definition at line 1385 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 1272 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 1225 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 1249 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 1237 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 1170 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 1181 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 1260 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 1283 of file menu.c.

◆ show_coastline_callback()

static void show_coastline_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_COASTLINE" callback.

Definition at line 1305 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 1439 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 1450 of file menu.c.

◆ show_huts_callback()

static void show_huts_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_HUTS" callback.

Definition at line 1365 of file menu.c.

◆ show_irrigation_callback()

static void show_irrigation_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_IRRIGATION" callback.

Definition at line 1325 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 1192 of file menu.c.

◆ show_mine_callback()

static void show_mine_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_MINE" callback.

Definition at line 1335 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 1203 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 1214 of file menu.c.

◆ show_paths_callback()

static void show_paths_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_PATHS" callback.

Definition at line 1315 of file menu.c.

◆ show_pollution_callback()

static void show_pollution_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_POLLUTION" callback.

Definition at line 1375 of file menu.c.

◆ show_resources_callback()

static void show_resources_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_RESOURCES" callback.

Definition at line 1355 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 1428 of file menu.c.

◆ show_terrain_callback()

static void show_terrain_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_TERRAIN" callback.

Definition at line 1294 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 1417 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 1406 of file menu.c.

◆ show_units_callback()

static void show_units_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_UNITS" callback.

Definition at line 1395 of file menu.c.

◆ tax_rate_callback()

static void tax_rate_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "TAX_RATE" callback.

Definition at line 1973 of file menu.c.

◆ toggle_fog_callback()

static void toggle_fog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "TOGGLE_FOG" callback.

Definition at line 1481 of file menu.c.

◆ transform_terrain_callback()

static void transform_terrain_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "TRANSFORM_TERRAIN" callback.

Definition at line 1907 of file menu.c.

◆ unit_board_callback()

static void unit_board_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_BOARD" callback.

Definition at line 1697 of file menu.c.

◆ unit_convert_callback()

static void unit_convert_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_CONVERT" callback.

Definition at line 1742 of file menu.c.

◆ unit_deboard_callback()

static void unit_deboard_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DEBOARD" callback.

Definition at line 1707 of file menu.c.

◆ unit_disband_callback()

static void unit_disband_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DISBAND" callback.

Definition at line 1750 of file menu.c.

◆ unit_done_callback()

static void unit_done_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DONE" callback.

Definition at line 1581 of file menu.c.

◆ unit_explore_callback()

static void unit_explore_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_EXPLORE" callback.

Definition at line 1665 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 1597 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 1589 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 1645 of file menu.c.

◆ unit_homecity_callback()

static void unit_homecity_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_HOMECITY" callback.

Definition at line 1726 of file menu.c.

◆ unit_patrol_callback()

static void unit_patrol_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_PATROL" callback.

Definition at line 1673 of file menu.c.

◆ unit_return_callback()

static void unit_return_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_RETURN" callback.

Definition at line 1655 of file menu.c.

◆ unit_sentry_callback()

static void unit_sentry_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_SENTRY" callback.

Definition at line 1681 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 1717 of file menu.c.

◆ unit_unsentry_callback()

static void unit_unsentry_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_UNSENTRY" callback.

Definition at line 1689 of file menu.c.

◆ unit_upgrade_callback()

static void unit_upgrade_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_UPGRADE" callback.

Definition at line 1734 of file menu.c.

◆ unit_wait_callback()

static void unit_wait_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_WAIT" callback.

Definition at line 1573 of file menu.c.

◆ view_menu_update_sensitivity()

static void view_menu_update_sensitivity ( void  )
static

◆ worklists_callback()

static void worklists_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "WORKLISTS" callback.

Definition at line 765 of file menu.c.

Variable Documentation

◆ menu_entries

struct menu_entry_info menu_entries[]
static

◆ ui_builder

GtkBuilder* ui_builder = NULL
static