moved styles logic to MSWGetStyle() (no real changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-15 17:10:34 +00:00
parent 32f1f66a3e
commit e31e6ea75d
2 changed files with 19 additions and 8 deletions

View File

@@ -9,8 +9,8 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_STATBOX_H_
#define _WX_STATBOX_H_
#ifndef _WX_MSW_STATBOX_H_
#define _WX_MSW_STATBOX_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "statbox.h"
@@ -42,11 +42,12 @@ public:
protected:
virtual wxSize DoGetBestSize() const;
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
virtual WXHBRUSH MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC);
private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)
};
#endif
// _WX_STATBOX_H_
#endif // _WX_MSW_STATBOX_H_