php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <property.h>
Data Fields | |
lxb_css_flex_type_t | type |
lxb_css_property_flex_grow_t | grow |
lxb_css_property_flex_shrink_t | shrink |
lxb_css_property_flex_basis_t | basis |
Definition at line 275 of file property.h.
lxb_css_property_flex_basis_t lxb_css_property_flex_t::basis |
Definition at line 279 of file property.h.
lxb_css_property_flex_grow_t lxb_css_property_flex_t::grow |
Definition at line 277 of file property.h.
lxb_css_property_flex_shrink_t lxb_css_property_flex_t::shrink |
Definition at line 278 of file property.h.
lxb_css_flex_type_t lxb_css_property_flex_t::type |
Definition at line 276 of file property.h.