Trait TheTextLineEditTrait
Source pub trait TheTextLineEditTrait: TheWidget {
// Required methods
fn text(&self) -> String;
fn set_text(&mut self, text: String);
fn set_info_text(&mut self, text: Option<String>);
fn set_font_size(&mut self, font_size: f32);
fn set_frameless(&mut self, frameless: bool);
fn set_range(&mut self, range: TheValue);
fn set_associated_layout(&mut self, id: TheId);
fn set_continuous(&mut self, continuous: bool);
fn set_palette(&mut self, palette: ThePalette);
}