NetSurf
|
Container for box border details. More...
#include <box.h>
Data Fields | |
enum css_border_style_e | style |
border-style More... | |
css_color | c |
border-color value More... | |
int | width |
border-width (pixels) More... | |
css_color box_border::c |
border-color value
Definition at line 106 of file box.h.
Referenced by html_redraw_borders(), html_redraw_inline_borders(), table_used_border_for_cell(), table_used_bottom_border_for_cell(), table_used_left_border_for_cell(), table_used_right_border_for_cell(), and table_used_top_border_for_cell().
enum css_border_style_e box_border::style |
border-style
Definition at line 105 of file box.h.
Referenced by html_redraw_borders(), html_redraw_inline_borders(), layout_block_find_dimensions(), layout_float_find_dimensions(), table_used_border_for_cell(), table_used_bottom_border_for_cell(), table_used_left_border_for_cell(), table_used_right_border_for_cell(), and table_used_top_border_for_cell().
int box_border::width |
border-width (pixels)
Definition at line 107 of file box.h.
Referenced by box_contains_point(), box_create(), box_handle_scrollbars(), box_hscrollbar_present(), box_vscrollbar_present(), form_open_select_menu(), form_redraw_select_menu(), form_select_menu_callback(), form_select_mouse_drag_end(), html_redraw(), html_redraw_borders(), html_redraw_box(), html_redraw_inline_borders(), html_reformat(), layout_absolute(), layout_block_context(), layout_document(), layout_flex__place_line_items_cross(), layout_flex__place_line_items_main(), layout_float_find_dimensions(), layout_get_box_bbox(), layout_line(), layout_next_margin_block(), layout_solve_width(), layout_table(), lh__delta_outer_height(), lh__delta_outer_width(), mouse_action_select_menu(), table_used_border_for_cell(), table_used_bottom_border_for_cell(), table_used_left_border_for_cell(), table_used_right_border_for_cell(), and table_used_top_border_for_cell().