NetSurf
|
Inline frame list (iframe tag) More...
#include <html.h>
Data Fields | |
struct box * | box |
int | margin_width |
int | margin_height |
frame margin width More... | |
char * | name |
frame margin height More... | |
struct nsurl * | url |
frame name (for targetting) More... | |
browser_scrolling | scrolling |
frame url More... | |
bool | border |
scrolling characteristics More... | |
colour | border_colour |
frame has a border More... | |
struct content_html_iframe * | next |
frame border colour More... | |
bool content_html_iframe::border |
scrolling characteristics
Definition at line 141 of file html.h.
Referenced by box_iframe(), and browser_window_create_iframes().
colour content_html_iframe::border_colour |
frame has a border
Definition at line 142 of file html.h.
Referenced by box_iframe(), and browser_window_create_iframes().
struct box* content_html_iframe::box |
Definition at line 132 of file html.h.
Referenced by box_iframe(), and browser_window_create_iframes().
int content_html_iframe::margin_height |
frame margin width
Definition at line 135 of file html.h.
Referenced by box_iframe(), and browser_window_create_iframes().
int content_html_iframe::margin_width |
Definition at line 134 of file html.h.
Referenced by box_iframe(), and browser_window_create_iframes().
char* content_html_iframe::name |
frame margin height
Definition at line 137 of file html.h.
Referenced by box_iframe(), browser_window_create_iframes(), and html_destroy_iframe().
struct content_html_iframe* content_html_iframe::next |
frame border colour
Definition at line 144 of file html.h.
Referenced by box_iframe(), browser_window_create_iframes(), and html_destroy_iframe().
browser_scrolling content_html_iframe::scrolling |
frame url
Definition at line 140 of file html.h.
Referenced by box_iframe(), and browser_window_create_iframes().
struct nsurl* content_html_iframe::url |
frame name (for targetting)
Definition at line 138 of file html.h.
Referenced by box_iframe(), box_iframes_talloc_destructor(), box_image(), browser_window_create_iframes(), and html_destroy_iframe().