Trait GuiModalWindowExt

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

Provided Methods§

Implementors§