From b382c7e3c6645c977cd9a7bf28b639a349d5bbde Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 18 Apr 2017 14:58:49 +0200 Subject: Make visible() call into nativewindow and make Win32 windows invisible on creation. --- plugingui/nativewindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/nativewindow.h') 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; -- cgit v1.2.3