Updated readme and manual version and date
Some clarifications of wxBORDER_THEME Don't use wxBORDER_DOUBLE in GTK+/Univ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
}}
|
||||
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
|
||||
Robin Dunn, et al}
|
||||
\date{August, 2007}
|
||||
\date{September, 2007}
|
||||
}
|
||||
\makeindex
|
||||
\begin{document}
|
||||
|
@@ -37,9 +37,10 @@ sunken border. Other native controls such as wxTextCtrl in non-rich edit mode, a
|
||||
already paint themed borders where appropriate. To use themed borders on other windows, such
|
||||
as wxPanel, pass the wxBORDER\_THEME style.
|
||||
|
||||
Note that in wxWidgets 2.9 and above, wxBORDER\_THEME is defined to be 0 and it is not necessary
|
||||
to pass the border style explicitly: wxWidgets will deduce the correct border style itself if there
|
||||
is none supplied. Because of the requirements of binary compatibility, this automatic border
|
||||
Note that in wxWidgets 2.9 and above, wxBORDER\_THEME will be used on all platforms to
|
||||
indicate that there should definitely be a border, whose style is determined by wxWidgets for the current platform.
|
||||
wxWidgets 2.9 and above will also be better at determining whether there should be a themed border
|
||||
Because of the requirements of binary compatibility, this automatic border
|
||||
capability could not be put into wxWidgets 2.8 except for built-in, native controls. In 2.8, the border
|
||||
must be specified for custom controls and windows. However, to make it easier to decide
|
||||
what style should be passed, you can use (on Windows only) the function wxWindow::GetThemedBorderStyle()
|
||||
@@ -48,7 +49,7 @@ wxBORDER\_SIMPLE will be returned; on Windows 95/98/NT/2K, wxBORDER\_SUNKEN will
|
||||
returned, and on XP and above where theming is turned on, wxBORDER\_THEME will be returned.
|
||||
This function does not exist in wxWidgets 2.9 and is not part of the official API.
|
||||
|
||||
wxBORDER\_THEME has no effect on platforms other than Windows.
|
||||
In 2.8, wxBORDER\_THEME is normally interpreted as a wxBORDER\_SUNKEN on platforms other than Windows.
|
||||
|
||||
\subsection{wxWinCE}\label{wxwince}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
wxWidgets 2.8.6
|
||||
wxWidgets 2.8.6
|
||||
---------------------------------------------------------
|
||||
|
||||
Welcome to wxWidgets, a sophisticated cross-platform C++
|
||||
@@ -153,5 +153,5 @@ web site.
|
||||
|
||||
Have fun!
|
||||
|
||||
The wxWidgets Team, August 2007
|
||||
The wxWidgets Team, September 2007
|
||||
|
||||
|
Reference in New Issue
Block a user