Skip to main content

create_float2_widgets

Function create_float2_widgets 

Source
pub fn create_float2_widgets(
    layout: &mut dyn TheHLayoutTrait,
    redirect_as: TheId,
    value: Vec2<f32>,
    labels: Vec<&str>,
)
Expand description

Create widgets for Float2 value and add them to the layout.