NetSurf
Data Fields
border Struct Reference

Container for border values during table border calculations. More...

Data Fields

enum css_border_style_e style
 border-style More...
 
enum css_border_color_e color
 border-color type More...
 
css_color c
 border-color value More...
 
css_fixed width
 border-width length More...
 
css_unit unit
 border-width units More...
 

Detailed Description

Container for border values during table border calculations.

Definition at line 42 of file table.c.

Field Documentation

◆ c

css_color border::c

◆ color

enum css_border_color_e border::color

◆ style

enum css_border_style_e border::style

◆ unit

css_unit border::unit

◆ width

css_fixed border::width

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