27#ifndef _NETSURF_DESKTOP_GUI_TABLE_H_
28#define _NETSURF_DESKTOP_GUI_TABLE_H_
Core user interface window function table.
function table for clipboard operations.
function table for download windows.
function table for fetcher operations.
/brief function table for file and filename operations.
low level cache backing store operation table
Graphical user interface browser misc function table.
function table for page text search.
Graphical user interface browser web search function table.
User interface utf8 characterset conversion routines.
Graphical user interface window function table.
NetSurf operation function table.
struct gui_misc_table * misc
Browser table.
struct gui_file_table * file
File table.
struct gui_search_table * search
Page search table.
struct gui_clipboard_table * clipboard
Clipboard table.
struct gui_fetch_table * fetch
Fetcher table.
struct gui_llcache_table * llcache
Low level cache table.
struct core_window_table * corewindow
Core window table.
struct gui_search_web_table * search_web
Web search table.
struct gui_window_table * window
Window table.
struct gui_bitmap_table * bitmap
Bitmap table.
struct gui_download_table * download
Download table.
struct gui_layout_table * layout
Layout table.
struct gui_utf8_table * utf8
UTF8 table.