pub trait GuiModalWindowExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn is_popup_dialog(&self) -> Result<bool> { ... }
fn popup_dialog_text(&self) -> Result<String> { ... }
}
pub trait GuiModalWindowExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn is_popup_dialog(&self) -> Result<bool> { ... }
fn popup_dialog_text(&self) -> Result<String> { ... }
}