19#ifndef NETSURF_GTK_WINDOW_H
20#define NETSURF_GTK_WINDOW_H 1
nserror
Enumeration of error codes.
nserror nsgtk_window_search_toggle(struct gui_window *gw)
toggle search visibility
nserror nsgtk_window_position_local_history(struct gui_window *gw)
position local_history appropriately
int nsgtk_gui_window_update_targets(struct gui_window *gw)
update targets
struct gui_window_table * nsgtk_window_table
GtkLayout * nsgtk_window_get_layout(struct gui_window *gw)
get gtk layout from gui handle
struct gui_search_web_table * nsgtk_search_web_table
void nsgtk_window_destroy_browser(struct gui_window *gw)
destroy browsing context
struct browser_window * nsgtk_get_browser_window(struct gui_window *gw)
get core browsing context from gui window handle
nserror nsgtk_window_item_activate(struct gui_window *gw, nsgtk_toolbar_button itemid)
activate the handler for a item in a toolbar of a gui window
nserror nsgtk_window_update_all(void)
Every window will have its tab, toolbar and drawing area updated.
nserror nsgtk_window_position_page_info(struct gui_window *gw, struct nsgtk_pi_window *win)
position page_info appropriately
nserror nsgtk_window_toolbar_show(struct nsgtk_scaffolding *gs, bool show)
Windows associated with a scaffold will have their toolbar show state set.
struct nsgtk_scaffolding * nsgtk_get_scaffold(struct gui_window *gw)
get containing nsgtk scaffolding handle from gui window handle
struct gui_window * window_list
nserror nsgtk_window_toolbar_update(void)
every window will have its toolbar updated to reflect user settings
Graphical user interface browser web search function table.
Graphical user interface window function table.
first entry in window list
GTK certificate viewing window context.
Core scaffolding structure.