enum | token {
token::div_start,
token::div_end,
token::splitter,
token::identifier,
token::dock,
token::fit,
token::hfit,
token::vfit,
token::vert,
token::grid,
token::number,
token::array,
token::reparray,
token::weight,
token::width,
token::height,
token::gap,
token::margin,
token::arrange,
token::variable,
token::repeated,
token::min_px,
token::max_px,
token::left,
token::right,
token::top,
token::bottom,
token::undisplayed,
token::invisible,
token::switchable,
token::collapse,
token::parameters,
token::equal,
token::eof,
token::error
} |