Freeciv-3.1
|
Go to the source code of this file.
Data Structures | |
struct | editbar |
struct | editinfobox |
Functions | |
gboolean | handle_edit_mouse_button_press (GdkEventButton *ev) |
gboolean | handle_edit_mouse_button_release (GdkEventButton *ev) |
gboolean | handle_edit_mouse_move (GdkEventMotion *ev) |
gboolean | handle_edit_key_press (GdkEventKey *ev) |
gboolean | handle_edit_key_release (GdkEventKey *ev) |
void | editgui_create_widgets (void) |
void | editgui_free (void) |
struct editbar * | editgui_get_editbar (void) |
struct editinfobox * | editgui_get_editinfobox (void) |
void editgui_create_widgets | ( | void | ) |
void editgui_free | ( | void | ) |
struct editbar * editgui_get_editbar | ( | void | ) |
struct editinfobox * editgui_get_editinfobox | ( | void | ) |
gboolean handle_edit_key_press | ( | GdkEventKey * | ev | ) |
Handle any kind of key press event.
Definition at line 1661 of file editgui.c.
Referenced by toplevel_key_press_handler(), and toplevel_key_press_handler().
gboolean handle_edit_key_release | ( | GdkEventKey * | ev | ) |
Key release handler.
Definition at line 1779 of file editgui.c.
Referenced by toplevel_key_release_handler().
gboolean handle_edit_mouse_button_press | ( | GdkEventButton * | ev | ) |
Pass on the gdk mouse event to the editor's handler.
Definition at line 939 of file editgui.c.
Referenced by butt_down_mapcanvas(), left_butt_down_mapcanvas(), middle_butt_down_mapcanvas(), and right_butt_down_mapcanvas().
gboolean handle_edit_mouse_button_release | ( | GdkEventButton * | ev | ) |
Pass on the gdk mouse event to the editor's handler.
Definition at line 955 of file editgui.c.
Referenced by butt_release_mapcanvas(), left_butt_up_mapcanvas(), and right_butt_up_mapcanvas().
gboolean handle_edit_mouse_move | ( | GdkEventMotion * | ev | ) |
Pass on the gdk mouse event to the editor's handler.
Definition at line 970 of file editgui.c.
Referenced by move_mapcanvas(), and move_mapcanvas().