NetSurf
|
#include <gui.h>
Data Fields | |
short | aes_handle |
GUIWIN * | win |
CMP_TOOLBAR | toolbar |
CMP_STATUSBAR | statusbar |
struct s_focus_info | focus |
char * | title |
struct bitmap * | icon |
struct gui_window * | active_gui_window |
struct s_redrw_slots | redraw_slots |
struct s_caret | caret |
GRECT | loc |
struct gui_window* s_gui_win_root::active_gui_window |
Definition at line 127 of file gui.h.
Referenced by gui_window_set_url(), handle_event(), toolbar_mouse_input(), window_close_search(), window_get_active_gui_window(), window_open(), window_open_search(), window_process_redraws(), window_redraw_content(), window_restore_active_gui_window(), window_set_active_gui_window(), and window_update_back_forward().
short s_gui_win_root::aes_handle |
Definition at line 120 of file gui.h.
Referenced by handle_event(), on_resized(), window_create(), window_destroy(), window_open(), window_process_redraws(), window_redraw_favicon(), and window_set_title().
struct s_caret s_gui_win_root::caret |
Definition at line 129 of file gui.h.
Referenced by gui_window_place_caret(), gui_window_remove_caret(), window_place_caret(), and window_process_redraws().
struct s_focus_info s_gui_win_root::focus |
Definition at line 124 of file gui.h.
Referenced by window_set_focus(), window_url_widget_has_focus(), and window_widget_has_focus().
struct bitmap* s_gui_win_root::icon |
Definition at line 126 of file gui.h.
Referenced by window_redraw_favicon(), and window_set_icon().
GRECT s_gui_win_root::loc |
Definition at line 131 of file gui.h.
Referenced by on_resized().
struct s_redrw_slots s_gui_win_root::redraw_slots |
Definition at line 128 of file gui.h.
Referenced by atari_poll(), on_content_mouse_click(), window_create(), window_process_redraws(), window_schedule_redraw_grect(), and window_unref_gui_window().
CMP_STATUSBAR s_gui_win_root::statusbar |
Definition at line 123 of file gui.h.
Referenced by window_create(), window_destroy(), window_open(), and window_set_stauts().
char* s_gui_win_root::title |
Definition at line 125 of file gui.h.
Referenced by window_create(), and window_destroy().
CMP_TOOLBAR s_gui_win_root::toolbar |
Definition at line 122 of file gui.h.
Referenced by gui_window_create(), gui_window_set_url(), gui_window_start_throbber(), gui_window_stop_throbber(), handle_event(), menu_back(), menu_forward(), menu_home(), menu_reload(), menu_stop(), menu_toolbars(), nsatari_search_set_back_state(), nsatari_search_set_forward_state(), on_resized(), on_window_key_input(), throbber_advance(), toolbar_redraw_cb(), window_close_search(), window_create(), window_destroy(), window_get_grect(), window_open(), window_open_search(), window_process_redraws(), window_restore_active_gui_window(), window_set_focus(), and window_update_back_forward().
GUIWIN* s_gui_win_root::win |
Definition at line 121 of file gui.h.
Referenced by atari_window_invalidate_area(), find_guiwin_by_aes_handle(), gui_window_create(), gui_window_new_content(), handle_event(), menu_savewin(), on_content_keypress(), on_content_mouse_click(), on_content_mouse_move(), on_file_dropped(), on_redraw(), on_resized(), sb_attach(), window_close_search(), window_create(), window_destroy(), window_get_grect(), window_get_scroll(), window_open(), window_open_search(), window_place_caret(), window_process_redraws(), window_redraw_favicon(), window_restore_active_gui_window(), window_schedule_redraw_grect(), window_set_content_size(), window_set_focus(), and window_set_icon().