diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index de99bdd720..7f3ece45b8 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -483,6 +483,9 @@ public: // does this window have the capture? bool HasCapture() const; + + void SetThemeEnabled(bool enable); + bool GetThemeEnabled(); };