Changed default value for eliminateBorders (MakeExtendedStyle)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -208,7 +208,7 @@ public:
|
|||||||
|
|
||||||
// Make a Windows extended style from the given wxWindows window style
|
// Make a Windows extended style from the given wxWindows window style
|
||||||
static WXDWORD MakeExtendedStyle(long style,
|
static WXDWORD MakeExtendedStyle(long style,
|
||||||
bool eliminateBorders = TRUE);
|
bool eliminateBorders = FALSE);
|
||||||
// Determine whether 3D effects are wanted
|
// Determine whether 3D effects are wanted
|
||||||
WXDWORD Determine3DEffects(WXDWORD defaultBorderStyle, bool *want3D) const;
|
WXDWORD Determine3DEffects(WXDWORD defaultBorderStyle, bool *want3D) const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user