pub fn create_float2_widgets( layout: &mut dyn TheHLayoutTrait, redirect_as: TheId, value: Vec2<f32>, labels: Vec<&str>, )
Create widgets for Float2 value and add them to the layout.