Freeciv-3.2
|
Go to the source code of this file.
Data Structures | |
struct | editbar |
struct | editinfobox |
Create all editor GUI widgets.
Definition at line 1822 of file editgui.c.
Referenced by setup_widgets().
Get the pointer for the editbar embedded in the client's GUI.
Definition at line 1788 of file editgui.c.
Referenced by editgui_free(), editgui_refresh(), editgui_run_tool_selection(), editgui_tileset_changed(), and setup_widgets().
struct editinfobox * editgui_get_editinfobox | ( | void | ) |
Return a pointer to the editor info box embedded in the client's GUI.
Definition at line 1853 of file editgui.c.
Referenced by editgui_free(), editgui_refresh(), editgui_run_tool_selection(), editgui_tileset_changed(), and editinfobox_spin_button_value_changed().
gboolean handle_edit_key_press | ( | guint | keyval, |
GdkModifierType | state | ||
) |
gboolean handle_edit_mouse_button_press | ( | GtkGestureClick * | gesture, |
int | editor_mouse_button, | ||
double | x, | ||
double | y | ||
) |
gboolean handle_edit_mouse_button_release | ( | GtkGestureClick * | gesture, |
int | editor_mouse_button, | ||
double | x, | ||
double | y | ||
) |