diff options
Diffstat (limited to 'plugingui/nativewindow.h')
-rw-r--r-- | plugingui/nativewindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/nativewindow.h b/plugingui/nativewindow.h index b4429af..6dcb308 100644 --- a/plugingui/nativewindow.h +++ b/plugingui/nativewindow.h @@ -68,6 +68,9 @@ public: //! Hides the window. virtual void hide() = 0; + //! Return visibility state of the native window. + virtual bool visible() const = 0; + //! Sets the window caption in the title bar (if it has one). virtual void setCaption(const std::string &caption) = 0; |