NetSurf
|
Frame tree (frameset or frame tag) More...
#include <html.h>
Data Fields | |
int | cols |
int | rows |
number of columns in frameset More... | |
struct frame_dimension | width |
number of rows in frameset More... | |
struct frame_dimension | height |
frame width More... | |
int | margin_width |
frame width More... | |
int | margin_height |
frame margin width More... | |
char * | name |
frame margin height More... | |
struct nsurl * | url |
frame name (for targetting) More... | |
bool | no_resize |
frame url More... | |
browser_scrolling | scrolling |
frame is not resizable More... | |
bool | border |
scrolling characteristics More... | |
colour | border_colour |
frame has a border More... | |
struct content_html_frames * | children |
frame border colour More... | |
bool content_html_frames::border |
scrolling characteristics
Definition at line 122 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().
colour content_html_frames::border_colour |
frame has a border
Definition at line 123 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().
struct content_html_frames* content_html_frames::children |
frame border colour
Definition at line 125 of file html.h.
Referenced by box_create_frameset(), browser_window_create_frameset_internal(), and html_destroy_frameset().
int content_html_frames::cols |
Definition at line 109 of file html.h.
Referenced by box_create_frameset(), browser_window_create_frameset_internal(), and html_destroy_frameset().
struct frame_dimension content_html_frames::height |
frame width
Definition at line 113 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().
int content_html_frames::margin_height |
frame margin width
Definition at line 115 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().
int content_html_frames::margin_width |
frame width
Definition at line 114 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().
char* content_html_frames::name |
frame margin height
Definition at line 117 of file html.h.
Referenced by box_create_frameset(), browser_window_create_frameset_internal(), and html_destroy_frameset().
bool content_html_frames::no_resize |
frame url
Definition at line 120 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().
int content_html_frames::rows |
number of columns in frameset
Definition at line 110 of file html.h.
Referenced by box_create_frameset(), browser_window_create_frameset_internal(), and html_destroy_frameset().
browser_scrolling content_html_frames::scrolling |
frame is not resizable
Definition at line 121 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().
struct nsurl* content_html_frames::url |
frame name (for targetting)
Definition at line 118 of file html.h.
Referenced by box_create_frameset(), box_frames_talloc_destructor(), browser_window_create_frameset_internal(), and html_destroy_frameset().
struct frame_dimension content_html_frames::width |
number of rows in frameset
Definition at line 112 of file html.h.
Referenced by box_create_frameset(), and browser_window_create_frameset_internal().