NetSurf
|
Go to the source code of this file.
Functions | |
uint32_t | gtk_gui_gdkkey_to_nskey (GdkEventKey *eventkey) |
input conversion. More... | |
Variables | |
char * | nsgtk_config_home |
Directory where all configuration files are held. More... | |
GdkPixbuf * | favicon_pixbuf |
favicon default pixbuf More... | |
char ** | respaths |
resource search path vector More... | |
bool | nsgtk_complete |
set when no windows remain open. More... | |
uint32_t gtk_gui_gdkkey_to_nskey | ( | GdkEventKey * | eventkey | ) |
input conversion.
Definition at line 122 of file gui.c.
References GDK_KEY, NS_KEY_COPY_SELECTION, NS_KEY_CUT_SELECTION, NS_KEY_DELETE_LEFT, NS_KEY_DELETE_LINE, NS_KEY_DELETE_LINE_END, NS_KEY_DELETE_LINE_START, NS_KEY_DELETE_RIGHT, NS_KEY_DELETE_WORD_LEFT, NS_KEY_DELETE_WORD_RIGHT, NS_KEY_DOWN, NS_KEY_ESCAPE, NS_KEY_LEFT, NS_KEY_LINE_END, NS_KEY_LINE_START, NS_KEY_PAGE_DOWN, NS_KEY_PAGE_UP, NS_KEY_PASTE, NS_KEY_REDO, NS_KEY_RIGHT, NS_KEY_SELECT_ALL, NS_KEY_TAB, NS_KEY_TEXT_END, NS_KEY_TEXT_START, NS_KEY_UNDO, NS_KEY_UP, NS_KEY_WORD_LEFT, and NS_KEY_WORD_RIGHT.
Referenced by nsgtk_cw_keypress_event(), and nsgtk_window_keypress_event().
|
extern |
favicon default pixbuf
Definition at line 84 of file gui.c.
Referenced by cutomize_button_clicked_cb(), gui_window_create(), gui_window_set_icon(), and nsgtk_setup().
|
extern |
set when no windows remain open.
Definition at line 78 of file gui.c.
Referenced by nsgtk_main(), and scaffolding_window_destroy().
|
extern |
Directory where all configuration files are held.
Definition at line 81 of file gui.c.
Referenced by nsgtk_finalise(), nsgtk_init(), nsgtk_option_init(), nsgtk_preferences_dialogPreferences_deleteevent(), nsgtk_preferences_dialogPreferences_destroy(), nsgtk_preferences_dialogPreferences_response(), nsgtk_toolbar_customisation_save(), print_button_clicked_cb(), savewindowsize_button_clicked_cb(), and set_defaults().
|
extern |
resource search path vector
Definition at line 28 of file findfile.c.