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
This commit is contained in:
Robin Dunn
2003-06-04 00:48:27 +00:00
parent b2257cfcec
commit 80e3d51279

View File

@@ -483,6 +483,9 @@ public:
// does this window have the capture?
bool HasCapture() const;
void SetThemeEnabled(bool enable);
bool GetThemeEnabled();
};