From 80e3d512799fd3ec085a34604e7c6deddde000da Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 4 Jun 2003 00:48:27 +0000 Subject: [PATCH] Added theme enabling methods, although I'm not sure if they actually do anything on any othe the platforms yet... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/windows.i | 3 +++ 1 file changed, 3 insertions(+) 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(); };