NetSurf
|
Page features at a specific spatial location. More...
#include <browser_window.h>
Public Types | |
enum | { CTX_FORM_NONE , CTX_FORM_TEXT , CTX_FORM_FILE } |
type of form feature. More... | |
Data Fields | |
struct nsurl * | link |
URL of a link or NULL. More... | |
struct hlcache_handle * | object |
Object at position or NULL. More... | |
struct hlcache_handle * | main |
handle of top level content. More... | |
enum browser_window_features:: { ... } | form_features |
type of form feature. More... | |
Page features at a specific spatial location.
Definition at line 153 of file browser_window.h.
anonymous enum |
type of form feature.
Enumerator | |
---|---|
CTX_FORM_NONE | |
CTX_FORM_TEXT | |
CTX_FORM_FILE |
Definition at line 164 of file browser_window.h.
enum { ... } browser_window_features::form_features |
type of form feature.
Referenced by ami_text_box_at_point(), browser_window_get_features(), get_context_info(), and html_get_contextual_content().
struct nsurl* browser_window_features::link |
URL of a link or NULL.
Definition at line 155 of file browser_window.h.
Referenced by browser_window_get_features(), context_popup(), get_context_info(), html_get_contextual_content(), nsgtk_on_link_bookmark_activate_menu(), nsgtk_on_link_copy_activate_menu(), nsgtk_on_link_opentab_activate_menu(), nsgtk_on_link_openwin_activate_menu(), nsgtk_on_savelink_activate_menu(), nsgtk_scaffolding_context_menu(), and ro_gui_window_menu_prepare().
struct hlcache_handle* browser_window_features::main |
handle of top level content.
Definition at line 161 of file browser_window.h.
Referenced by browser_window__get_contextual_content(), browser_window_get_features(), ro_gui_window_handle_local_keypress(), and ro_gui_window_menu_prepare().
struct hlcache_handle* browser_window_features::object |
Object at position or NULL.
Definition at line 158 of file browser_window.h.
Referenced by browser_window_get_features(), content_get_contextual_content(), context_popup(), get_context_info(), html_get_contextual_content(), nsbeos_scaffolding_popup_menu(), and ro_gui_window_menu_prepare().