pub fn tabs(
x: f32,
y: f32,
w: f32,
h: f32,
count: usize,
active: usize,
hover: i32,
primary: Rgba,
track: Rgba,
) -> DrawExpand description
Tab strip: count tabs, active highlighted. Returns per-tab rects via geometry.