]> git.saurik.com Git - wxWidgets.git/commitdiff
exposed background theme
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 11 May 2002 06:39:49 +0000 (06:39 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 11 May 2002 06:39:49 +0000 (06:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/toplevel.h

index 8d51f95e7996ea7e2f2f93a3141fb42a5cf77dd4..db3a4d8fb46d3bf025f2f8496c7f67ca383ccffc 100644 (file)
@@ -88,6 +88,7 @@ public:
     virtual bool Show( bool show = TRUE );
     virtual void DoMoveWindow(int x, int y, int width, int height);
     void MacInvalidate( const WXRECTPTR rect, bool eraseBackground ) ;
+    short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; }
 protected:
     // common part of all ctors
     void Init();