]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/framelayout/src/controlbar.h
Changed to use new wxWindow->Reparent call to allow build with current cvs
[wxWidgets.git] / utils / framelayout / src / controlbar.h
index 9169024d49b0a6cfac60a6baed95d791a0f18724..b37442af0a649f9db2881f4f7aea944422d55b82 100644 (file)
@@ -148,11 +148,11 @@ public: /* protected really, acessed only by plugins and serializers */
 
        // pens for decoration and shades
 
-       wxPen        mDarkPen;   // default wxColour(128,128,128)
-       wxPen        mLightPen;  // default white
-       wxPen        mGrayPen;   // default wxColour(192,192,192)
+       wxPen        mDarkPen;   // default wxSYS_COLOUR_3DSHADOW
+       wxPen        mLightPen;  // default wxSYS_COLOUR_3DHILIGHT
+       wxPen        mGrayPen;   // default wxSYS_COLOUR_3DFACE
        wxPen        mBlackPen;  // default wxColour(  0,  0,  0)
-       wxPen        mBorderPen; // default wxColour(128,192,192)
+       wxPen        mBorderPen; // default wxSYS_COLOUR_3DFACE
 
        wxPen        mNullPen;   // transparent pen