#include <gtk/gtk.h>
#include "editor.h"
#include "editgui_g.h"
Go to the source code of this file.
◆ editgui_create_widgets()
void editgui_create_widgets |
( |
void |
| ) |
|
Create all editor GUI widgets.
Definition at line 1821 of file editgui.c.
◆ editgui_free()
void editgui_free |
( |
void |
| ) |
|
Free everything allocated for the editgui.
Definition at line 1834 of file editgui.c.
◆ editgui_get_editbar()
struct editbar * editgui_get_editbar |
( |
void |
| ) |
|
Get the pointer for the editbar embedded in the client's GUI.
Definition at line 1787 of file editgui.c.
◆ editgui_get_editinfobox()
Return a pointer to the editor info box embedded in the client's GUI.
Definition at line 1852 of file editgui.c.
◆ handle_edit_key_press()
gboolean handle_edit_key_press |
( |
GdkEventKey * |
ev | ) |
|
Handle any kind of key press event.
Definition at line 1661 of file editgui.c.
◆ handle_edit_key_release()
gboolean handle_edit_key_release |
( |
GdkEventKey * |
ev | ) |
|
◆ handle_edit_mouse_button_press()
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.
◆ handle_edit_mouse_button_release()
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.
◆ handle_edit_mouse_move()
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.