From b0cf022ea75b763531e6ae63abccadf2bfa7a84b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 26 Mar 2017 11:21:43 +0200 Subject: Make plugingui test app nest the UI in a native window. --- 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 c6ca7c8..b4429af 100644 --- a/plugingui/nativewindow.h +++ b/plugingui/nativewindow.h @@ -80,6 +80,9 @@ public: //! Reads all currently enqueued events from the native window system. //! \return A queue of shared pointers to events. virtual EventQueue getEvents() = 0; + + // \returns the native window handle, it HWND on Win32 or Window id on X11 + virtual void* getNativeWindowHandle() const = 0; }; } // GUI:: -- cgit v1.2.3