NetSurf
Data Fields
content_html_frames Struct Reference

Frame tree (frameset or frame tag) More...

#include <html.h>

Collaboration diagram for content_html_frames:
[legend]

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 nsurlurl
 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_frameschildren
 frame border colour More...
 

Detailed Description

Frame tree (frameset or frame tag)

Definition at line 108 of file html.h.

Field Documentation

◆ border

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

◆ border_colour

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

◆ children

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

◆ cols

int content_html_frames::cols

◆ height

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

◆ margin_height

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

◆ margin_width

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

◆ name

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

◆ no_resize

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

◆ rows

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

◆ scrolling

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

◆ url

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

◆ width

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


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