NetSurf
Functions | Variables
gui.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ gtk_gui_gdkkey_to_nskey()

uint32_t gtk_gui_gdkkey_to_nskey ( GdkEventKey *  eventkey)

Variable Documentation

◆ favicon_pixbuf

GdkPixbuf* favicon_pixbuf
extern

favicon default pixbuf

Definition at line 83 of file gui.c.

Referenced by cutomize_button_clicked_cb(), gui_window_create(), gui_window_set_icon(), and nsgtk_setup().

◆ nsgtk_complete

bool nsgtk_complete
extern

set when no windows remain open.

Definition at line 77 of file gui.c.

Referenced by nsgtk_main(), and scaffolding_window_destroy().

◆ nsgtk_config_home

char* nsgtk_config_home
extern

◆ respaths

char** respaths
extern

resource search path vector

Definition at line 28 of file findfile.c.