Trait GuiFrameWindowExt
Source pub trait GuiFrameWindowExt<T: HasIDispatch = Self>: HasIDispatch<T> {
Show 21 methods
// Provided methods
fn element_visualization_mode(&self) -> Result<bool> { ... }
fn set_element_visualization_mode(&self, value: bool) -> Result<()> { ... }
fn gui_focus(&self) -> Result<GuiComponent> { ... }
fn handle(&self) -> Result<i32> { ... }
fn iconic(&self) -> Result<bool> { ... }
fn system_focus(&self) -> Result<GuiComponent> { ... }
fn working_pane_height(&self) -> Result<i32> { ... }
fn working_pane_width(&self) -> Result<i32> { ... }
fn close(&self) -> Result<()> { ... }
fn comp_bitmap(&self, p0: String, p1: String) -> Result<i32> { ... }
fn hard_copy(&self, p0: String, p1: i16) -> Result<String> { ... }
fn iconify(&self) -> Result<()> { ... }
fn is_v_key_allowed(&self, p0: i16) -> Result<bool> { ... }
fn jump_backward(&self) -> Result<()> { ... }
fn jump_forward(&self) -> Result<()> { ... }
fn maximize(&self) -> Result<()> { ... }
fn restore(&self) -> Result<()> { ... }
fn send_v_key(&self, p0: i16) -> Result<()> { ... }
fn show_message_box(
&self,
p0: String,
p1: String,
p2: i32,
p3: i32,
) -> Result<i32> { ... }
fn tab_backward(&self) -> Result<()> { ... }
fn tab_forward(&self) -> Result<()> { ... }
}