Trait GuiLabelExt
Source pub trait GuiLabelExt<T: HasIDispatch = Self>: HasIDispatch<T> {
Show 20 methods
// Provided methods
fn caret_position(&self) -> Result<i32> { ... }
fn set_caret_position(&self, value: i32) -> Result<()> { ... }
fn char_height(&self) -> Result<i32> { ... }
fn char_left(&self) -> Result<i32> { ... }
fn char_top(&self) -> Result<i32> { ... }
fn char_width(&self) -> Result<i32> { ... }
fn color_index(&self) -> Result<i32> { ... }
fn color_intensified(&self) -> Result<bool> { ... }
fn color_inverse(&self) -> Result<bool> { ... }
fn displayed_text(&self) -> Result<String> { ... }
fn highlighted(&self) -> Result<String> { ... }
fn is_hotspot(&self) -> Result<String> { ... }
fn is_left_label(&self) -> Result<bool> { ... }
fn is_list_element(&self) -> Result<bool> { ... }
fn is_right_label(&self) -> Result<bool> { ... }
fn max_length(&self) -> Result<i32> { ... }
fn numerical(&self) -> Result<bool> { ... }
fn row_text(&self) -> Result<String> { ... }
fn get_list_property(&self, p0: String) -> Result<String> { ... }
fn get_list_property_non_rec(&self, p0: String) -> Result<String> { ... }
}