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 "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 (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 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:76
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 75 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 92 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 1792 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 2012 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 914 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 938 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 962 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 986 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 906 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 930 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 954 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 978 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 898 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 922 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 946 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 970 of file menu.c.

◆ build_airbase_callback()

static void build_airbase_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_AIRBASE" callback.

Definition at line 1956 of file menu.c.

◆ build_city_callback()

static void build_city_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "BUILD_CITY" callback.

Definition at line 1773 of file menu.c.

◆ build_fortress_callback()

static void build_fortress_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_FORTRESS" callback.

Definition at line 1938 of file menu.c.

◆ build_irrigation_callback()

static void build_irrigation_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_IRRIGATION" callback.

Definition at line 1826 of file menu.c.

◆ build_mine_callback()

static void build_mine_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_MINE" callback.

Definition at line 1842 of file menu.c.

◆ build_road_callback()

static void build_road_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "BUILD_ROAD" callback.

Definition at line 1800 of file menu.c.

◆ center_view_callback()

static void center_view_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CENTER_VIEW" callback.

Definition at line 2052 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 2037 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 1930 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 626 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 818 of file menu.c.

◆ connect_irrigation_callback()

static void connect_irrigation_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_IRRIGATION" callback.

Definition at line 1906 of file menu.c.

◆ connect_maglev_callback()

static void connect_maglev_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_MAGLEV" callback.

Definition at line 1890 of file menu.c.

◆ connect_rail_callback()

static void connect_rail_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_RAIL" callback.

Definition at line 1874 of file menu.c.

◆ connect_road_callback()

static void connect_road_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CONNECT_ROAD" callback.

Definition at line 1858 of file menu.c.

◆ cultivate_callback()

static void cultivate_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "CULTIVATE" callback.

Definition at line 1834 of file menu.c.

◆ diplomat_action_callback()

static void diplomat_action_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DIPLOMAT_ACTION" callback.

Definition at line 1980 of file menu.c.

◆ do_paradrop_callback()

static void do_paradrop_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DO_PARADROP" callback.

Definition at line 1964 of file menu.c.

◆ do_pillage_callback()

static void do_pillage_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "DO_PILLAGE" callback.

Definition at line 1972 of file menu.c.

◆ edit_mode_callback()

static void edit_mode_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "EDIT_MODE" callback.

Definition at line 1163 of file menu.c.

◆ find_city_callback()

static void find_city_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "FIND_CITY" callback.

Definition at line 758 of file menu.c.

◆ find_menu()

static GtkMenu * find_menu ( const char key)
static

Find the child menu of an action.

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

◆ full_screen_callback()

static void full_screen_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "FULL_SCREEN" callback.

Definition at line 1466 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 2349 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 2142 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 2004 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 1146 of file menu.c.

◆ help_chatline_callback()

static void help_chatline_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CHATLINE" callback.

Definition at line 874 of file menu.c.

◆ help_cities_callback()

static void help_cities_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CITIES" callback.

Definition at line 1042 of file menu.c.

◆ help_cma_callback()

static void help_cma_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CMA" callback.

Definition at line 890 of file menu.c.

◆ help_combat_callback()

static void help_combat_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_COMBAT" callback.

Definition at line 1066 of file menu.c.

◆ help_connecting_callback()

static void help_connecting_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CONNECTING" callback.

Definition at line 858 of file menu.c.

◆ help_controls_callback()

static void help_controls_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_CONTROLS" callback.

Definition at line 866 of file menu.c.

◆ help_copying_callback()

static void help_copying_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_COPYING" callback.

Definition at line 1138 of file menu.c.

◆ help_diplomacy_callback()

static void help_diplomacy_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_DIPLOMACY" callback.

Definition at line 1114 of file menu.c.

◆ help_economy_callback()

static void help_economy_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_ECONOMY" callback.

Definition at line 1034 of file menu.c.

◆ help_government_callback()

static void help_government_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_GOVERNMENT" callback.

Definition at line 1106 of file menu.c.

◆ help_improvements_callback()

static void help_improvements_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_IMPROVEMENTS" callback.

Definition at line 1050 of file menu.c.

◆ help_language_callback()

static void help_language_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_LANGUAGE" callback.

Definition at line 842 of file menu.c.

◆ help_musicset_callback()

static void help_musicset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_MUSICSET" callback.

Definition at line 1026 of file menu.c.

◆ help_nations_callback()

static void help_nations_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_NATIONS" callback.

Definition at line 1130 of file menu.c.

◆ help_overview_callback()

static void help_overview_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_OVERVIEW" callback.

Definition at line 994 of file menu.c.

◆ help_playing_callback()

static void help_playing_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_PLAYING" callback.

Definition at line 1002 of file menu.c.

◆ help_policies_callback()

static void help_policies_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_POLICIES" callback.

Definition at line 850 of file menu.c.

◆ help_ruleset_callback()

static void help_ruleset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_RULESET" callback.

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

◆ help_tech_callback()

static void help_tech_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TECH" callback.

Definition at line 1082 of file menu.c.

◆ help_terrain_callback()

static void help_terrain_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TERRAIN" callback.

Definition at line 1090 of file menu.c.

◆ help_tileset_callback()

static void help_tileset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_TILESET" callback.

Definition at line 1018 of file menu.c.

◆ help_units_callback()

static void help_units_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_UNITS" callback.

Definition at line 1058 of file menu.c.

◆ help_wonders_callback()

static void help_wonders_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_WONDERS" callback.

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

◆ help_zoc_callback()

static void help_zoc_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "HELP_ZOC" callback.

Definition at line 1074 of file menu.c.

◆ infra_dialog_callback()

static void infra_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open infra placement dialog.

Definition at line 1572 of file menu.c.

◆ leave_callback()

static void leave_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "LEAVE" callback.

Definition at line 730 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 715 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 642 of file menu.c.

◆ map_view_callback()

static void map_view_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "MAP_VIEW" callback.

Definition at line 774 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 2264 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 2102 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 2238 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 2251 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 2280 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 2906 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 2882 of file menu.c.

◆ menus_free()

void menus_free ( void  )

Definition at line 3243 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 2296 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 650 of file menu.c.

◆ multiplier_callback()

static void multiplier_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "MULTIPLIERS" callback.

Definition at line 1996 of file menu.c.

◆ plant_callback()

static void plant_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "PLANT" callback.

Definition at line 1850 of file menu.c.

◆ quit_callback()

static void quit_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "QUIT" callback.

Definition at line 750 of file menu.c.

◆ rally_dialog_callback()

static void rally_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open rally point dialog.

Definition at line 1564 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 2926 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 2364 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 1478 of file menu.c.

◆ reload_tileset_callback()

static void reload_tileset_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "RELOAD_TILESET" callback.

Definition at line 674 of file menu.c.

◆ report_achievements_callback()

static void report_achievements_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_ACHIEVEMENTS" callback.

Definition at line 834 of file menu.c.

◆ report_cities_callback()

static void report_cities_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_CITIES" callback.

Definition at line 2068 of file menu.c.

◆ report_demographic_callback()

static void report_demographic_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_DEMOGRAPHIC" callback.

Definition at line 826 of file menu.c.

◆ report_economy_callback()

static void report_economy_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_ECONOMY" callback.

Definition at line 2076 of file menu.c.

◆ report_messages_callback()

static void report_messages_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_MESSAGES" callback.

Definition at line 810 of file menu.c.

◆ report_nations_callback()

static void report_nations_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_NATIONS" callback.

Definition at line 782 of file menu.c.

◆ report_research_callback()

static void report_research_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_RESEARCH" callback.

Definition at line 2084 of file menu.c.

◆ report_spaceship_callback()

static void report_spaceship_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_SPACESHIP" callback.

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

◆ report_units_callback()

static void report_units_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "REPORT_UNITS" callback.

Definition at line 2060 of file menu.c.

◆ report_wow_callback()

static void report_wow_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "REPORT_WOW" callback.

Definition at line 790 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 2024 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 634 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 690 of file menu.c.

◆ save_game_callback()

static void save_game_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_GAME" callback.

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

◆ save_mapimg_callback()

static void save_mapimg_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_MAPIMG" callback.

Definition at line 698 of file menu.c.

◆ save_options_callback()

static void save_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_OPTIONS" callback.

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

◆ save_scenario_callback()

static void save_scenario_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SAVE_SCENARIO" callback.

Definition at line 1508 of file menu.c.

◆ scenario_properties_callback()

static void scenario_properties_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SCENARIO_PROPERTIES" callback.

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

◆ select_dialog_callback()

static void select_dialog_callback ( GtkMenuItem item,
gpointer  data 
)
static

Open unit selection dialog.

Definition at line 1556 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 1548 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 1540 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 1532 of file menu.c.

◆ select_single_callback()

static void select_single_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SELECT_SINGLE" callback.

Definition at line 1516 of file menu.c.

◆ server_options_callback()

static void server_options_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "SERVER_OPTIONS" callback.

Definition at line 658 of file menu.c.

◆ setup_menus()

GtkWidget * setup_menus ( GtkWidget window)

Creates the menu bar.

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

◆ show_cities_callback()

static void show_cities_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_CITIES" callback.

Definition at line 1390 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 1277 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 1230 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 1254 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 1242 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 1175 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 1186 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 1265 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 1288 of file menu.c.

◆ show_coastline_callback()

static void show_coastline_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_COASTLINE" callback.

Definition at line 1310 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 1444 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 1455 of file menu.c.

◆ show_huts_callback()

static void show_huts_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_HUTS" callback.

Definition at line 1370 of file menu.c.

◆ show_irrigation_callback()

static void show_irrigation_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_IRRIGATION" callback.

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

◆ show_mine_callback()

static void show_mine_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_MINE" callback.

Definition at line 1340 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 1208 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 1219 of file menu.c.

◆ show_paths_callback()

static void show_paths_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_PATHS" callback.

Definition at line 1320 of file menu.c.

◆ show_pollution_callback()

static void show_pollution_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_POLLUTION" callback.

Definition at line 1380 of file menu.c.

◆ show_resources_callback()

static void show_resources_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_RESOURCES" callback.

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

◆ show_terrain_callback()

static void show_terrain_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_TERRAIN" callback.

Definition at line 1299 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 1422 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 1411 of file menu.c.

◆ show_units_callback()

static void show_units_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "SHOW_UNITS" callback.

Definition at line 1400 of file menu.c.

◆ tax_rate_callback()

static void tax_rate_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "TAX_RATE" callback.

Definition at line 1988 of file menu.c.

◆ toggle_fog_callback()

static void toggle_fog_callback ( GtkCheckMenuItem item,
gpointer  data 
)
static

Item "TOGGLE_FOG" callback.

Definition at line 1486 of file menu.c.

◆ transform_terrain_callback()

static void transform_terrain_callback ( GtkMenuItem action,
gpointer  data 
)
static

Action "TRANSFORM_TERRAIN" callback.

Definition at line 1922 of file menu.c.

◆ unit_board_callback()

static void unit_board_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_BOARD" callback.

Definition at line 1712 of file menu.c.

◆ unit_convert_callback()

static void unit_convert_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_CONVERT" callback.

Definition at line 1757 of file menu.c.

◆ unit_deboard_callback()

static void unit_deboard_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DEBOARD" callback.

Definition at line 1722 of file menu.c.

◆ unit_disband_callback()

static void unit_disband_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DISBAND" callback.

Definition at line 1765 of file menu.c.

◆ unit_done_callback()

static void unit_done_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_DONE" callback.

Definition at line 1588 of file menu.c.

◆ unit_explore_callback()

static void unit_explore_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_EXPLORE" callback.

Definition at line 1680 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 1604 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 1596 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 1660 of file menu.c.

◆ unit_homecity_callback()

static void unit_homecity_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_HOMECITY" callback.

Definition at line 1741 of file menu.c.

◆ unit_patrol_callback()

static void unit_patrol_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_PATROL" callback.

Definition at line 1688 of file menu.c.

◆ unit_return_callback()

static void unit_return_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_RETURN" callback.

Definition at line 1670 of file menu.c.

◆ unit_sentry_callback()

static void unit_sentry_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_SENTRY" callback.

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

◆ unit_unsentry_callback()

static void unit_unsentry_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_UNSENTRY" callback.

Definition at line 1704 of file menu.c.

◆ unit_upgrade_callback()

static void unit_upgrade_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_UPGRADE" callback.

Definition at line 1749 of file menu.c.

◆ unit_wait_callback()

static void unit_wait_callback ( GtkMenuItem item,
gpointer  data 
)
static

Item "UNIT_WAIT" callback.

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

Variable Documentation

◆ menu_entries

struct menu_entry_info menu_entries[]
static

◆ ui_builder

GtkBuilder* ui_builder = NULL
static