libcss
Loading...
Searching...
No Matches
Public Attributes | List of all members
prop_table Struct Reference

#include <dispatch.h>

Public Attributes

css_error(* cascade )(uint32_t opv, css_style *style, css_select_state *state)
 
css_error(* set_from_hint )(const css_hint *hint, css_computed_style *style)
 
css_error(* initial )(css_select_state *state)
 
css_error(* copy )(const css_computed_style *from, css_computed_style *to)
 
css_error(* compose )(const css_computed_style *parent, const css_computed_style *child, css_computed_style *result)
 
unsigned int inherited
 

Member Data Documentation

◆ cascade

css_error(* prop_table::cascade) (uint32_t opv, css_style *style, css_select_state *state)

◆ compose

css_error(* prop_table::compose) (const css_computed_style *parent, const css_computed_style *child, css_computed_style *result)

◆ copy

css_error(* prop_table::copy) (const css_computed_style *from, css_computed_style *to)

◆ inherited

unsigned int prop_table::inherited

◆ initial

css_error(* prop_table::initial) (css_select_state *state)

◆ set_from_hint

css_error(* prop_table::set_from_hint) (const css_hint *hint, css_computed_style *style)

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