NetSurf
Data Fields
content_html_iframe Struct Reference

Inline frame list (iframe tag) More...

#include <html.h>

Collaboration diagram for content_html_iframe:
[legend]

Data Fields

struct boxbox
 
int margin_width
 
int margin_height
 frame margin width More...
 
char * name
 frame margin height More...
 
struct nsurlurl
 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_iframenext
 frame border colour More...
 

Detailed Description

Inline frame list (iframe tag)

Definition at line 131 of file html.h.

Field Documentation

◆ border

bool content_html_iframe::border

scrolling characteristics

Definition at line 141 of file html.h.

Referenced by box_iframe(), and browser_window_create_iframes().

◆ border_colour

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

◆ box

struct box* content_html_iframe::box

Definition at line 132 of file html.h.

Referenced by box_iframe(), and browser_window_create_iframes().

◆ margin_height

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

◆ margin_width

int content_html_iframe::margin_width

Definition at line 134 of file html.h.

Referenced by box_iframe(), and browser_window_create_iframes().

◆ name

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

◆ next

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

◆ scrolling

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

◆ url

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


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