Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
editbar Struct Reference

#include <editgui.h>

Data Fields

GtkWidget * widget
 
GtkSizeGroup * size_group
 
GtkWidget * mode_buttons [NUM_EDITOR_TOOL_MODES]
 
GtkWidget * tool_buttons [NUM_EDITOR_TOOL_TYPES]
 
struct tool_value_selectortool_selectors [NUM_EDITOR_TOOL_TYPES]
 
GtkListStore * player_pov_store
 
GtkWidget * player_pov_combobox
 

Detailed Description

Definition at line 24 of file editgui.h.

Field Documentation

◆ mode_buttons

GtkWidget * editbar::mode_buttons

Definition at line 30 of file editgui.h.

Referenced by editbar_add_mode_button(), and refresh_all_buttons().

◆ player_pov_combobox

GtkWidget * editbar::player_pov_combobox

Definition at line 35 of file editgui.h.

Referenced by editbar_create(), and refresh_player_pov_indicator().

◆ player_pov_store

GtkListStore * editbar::player_pov_store

Definition at line 34 of file editgui.h.

Referenced by editbar_create(), and refresh_player_pov_indicator().

◆ size_group

GtkSizeGroup * editbar::size_group

Definition at line 28 of file editgui.h.

Referenced by editbar_add_mode_button(), editbar_add_tool_button(), and editbar_create().

◆ tool_buttons

GtkWidget * editbar::tool_buttons

Definition at line 31 of file editgui.h.

Referenced by editbar_add_tool_button(), and refresh_all_buttons().

◆ tool_selectors

struct tool_value_selector * editbar::tool_selectors

◆ widget

GtkWidget * editbar::widget