pub trait GuiLabel_Impl<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> { ... }
}

Provided Methods§

source

fn caret_position(&self) -> Result<i32>

source

fn set_caret_position(&self, value: i32) -> Result<()>

source

fn char_height(&self) -> Result<i32>

source

fn char_left(&self) -> Result<i32>

source

fn char_top(&self) -> Result<i32>

source

fn char_width(&self) -> Result<i32>

source

fn color_index(&self) -> Result<i32>

source

fn color_intensified(&self) -> Result<bool>

source

fn color_inverse(&self) -> Result<bool>

source

fn displayed_text(&self) -> Result<String>

source

fn highlighted(&self) -> Result<String>

source

fn is_hotspot(&self) -> Result<String>

source

fn is_left_label(&self) -> Result<bool>

source

fn is_list_element(&self) -> Result<bool>

source

fn is_right_label(&self) -> Result<bool>

source

fn max_length(&self) -> Result<i32>

source

fn numerical(&self) -> Result<bool>

source

fn row_text(&self) -> Result<String>

source

fn get_list_property(&self, p0: String) -> Result<String>

source

fn get_list_property_non_rec(&self, p0: String) -> Result<String>

Implementors§