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/window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/window.h') diff --git a/plugingui/window.h b/plugingui/window.h index cfb004d..218beec 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -70,6 +70,9 @@ public: //! Tag the window buffer dirty to be rendered. void needsRedraw(); + // \returns the native window handle, it HWND on Win32 or Window id on X11 + void* getNativeWindowHandle() const; + protected: // For the EventHandler friend class EventHandler; -- cgit v1.2.3