NetSurf
Data Fields
s_gui_win_root Struct Reference

#include <gui.h>

Collaboration diagram for s_gui_win_root:
[legend]

Data Fields

short aes_handle
 
GUIWIN * win
 
CMP_TOOLBAR toolbar
 
CMP_STATUSBAR statusbar
 
struct s_focus_info focus
 
char * title
 
struct bitmapicon
 
struct gui_windowactive_gui_window
 
struct s_redrw_slots redraw_slots
 
struct s_caret caret
 
GRECT loc
 

Detailed Description

Definition at line 118 of file gui.h.

Field Documentation

◆ active_gui_window

struct gui_window* s_gui_win_root::active_gui_window

◆ aes_handle

short s_gui_win_root::aes_handle

◆ caret

struct s_caret s_gui_win_root::caret

◆ focus

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

◆ icon

struct bitmap* s_gui_win_root::icon

Definition at line 126 of file gui.h.

Referenced by window_redraw_favicon(), and window_set_icon().

◆ loc

GRECT s_gui_win_root::loc

Definition at line 131 of file gui.h.

Referenced by on_resized().

◆ redraw_slots

struct s_redrw_slots s_gui_win_root::redraw_slots

◆ statusbar

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

◆ title

char* s_gui_win_root::title

Definition at line 125 of file gui.h.

Referenced by window_create(), and window_destroy().

◆ toolbar

CMP_TOOLBAR s_gui_win_root::toolbar

◆ win

GUIWIN* s_gui_win_root::win

The documentation for this struct was generated from the following file: