pub struct GuiUtils { /* private fields */ }
Trait Implementations§
Source§impl GuiUtilsExt for GuiUtils
impl GuiUtilsExt for GuiUtils
fn message_option_ok(&self) -> Result<i32>
fn message_option_okcancel(&self) -> Result<i32>
fn message_option_yesno(&self) -> Result<i32>
fn message_result_cancel(&self) -> Result<i32>
fn message_result_no(&self) -> Result<i32>
fn message_result_ok(&self) -> Result<i32>
fn message_result_yes(&self) -> Result<i32>
fn message_type_error(&self) -> Result<i32>
fn message_type_information(&self) -> Result<i32>
fn message_type_plain(&self) -> Result<i32>
fn message_type_question(&self) -> Result<i32>
fn message_type_warning(&self) -> Result<i32>
fn close_file(&self, p0: i32) -> Result<()>
fn open_file(&self, p0: String) -> Result<i32>
fn show_message_box( &self, p0: String, p1: String, p2: i32, p3: i32, ) -> Result<i32>
fn write(&self, p0: i32, p1: String) -> Result<()>
fn write_line(&self, p0: i32, p1: String) -> Result<()>
Source§impl HasIDispatch for GuiUtils
impl HasIDispatch for GuiUtils
Source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Auto Trait Implementations§
impl Freeze for GuiUtils
impl RefUnwindSafe for GuiUtils
impl !Send for GuiUtils
impl !Sync for GuiUtils
impl Unpin for GuiUtils
impl UnwindSafe for GuiUtils
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more