pub fn ui_textarea_with_value(
id: u32,
x: f32,
y: f32,
w: f32,
h: f32,
placeholder: &str,
initial: &str,
) -> StringExpand description
Like ui_textarea, but seeds the field with initial the first time
this id is seen.