restore some of the styles; added support for splitters without border/sash to generic renderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,10 +15,9 @@ look more like the native control under MacOS X.
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\twocolitem{\windowstyle{wxSP\_3D}}{Draws a 3D effect border and sash.}
|
||||
\twocolitem{\windowstyle{wxSP\_3DSASH}}{Draws a 3D effect sash.}
|
||||
\twocolitem{\windowstyle{wxSP\_3DBORDER}}{Draws a 3D effect border.}
|
||||
\twocolitem{\windowstyle{wxSP\_FULLSASH}}{Draws the ends of the sash (so the window can be used without a border).}
|
||||
\twocolitem{\windowstyle{wxSP\_BORDER}}{Draws a thin black border around the window.}
|
||||
\twocolitem{\windowstyle{wxSP\_NOBORDER}}{No border, and a black sash.}
|
||||
\twocolitem{\windowstyle{wxSP\_3DBORDER}}{Synonym for wxSP\_BORDER.}
|
||||
\twocolitem{\windowstyle{wxSP\_BORDER}}{Draws a standard border.}
|
||||
\twocolitem{\windowstyle{wxSP\_NOBORDER}}{No border (default).}
|
||||
\twocolitem{\windowstyle{wxSP\_PERMIT\_UNSPLIT}}{Always allow to
|
||||
unsplit, even with the minimum pane size other than zero.}
|
||||
\twocolitem{\windowstyle{wxSP\_LIVE\_UPDATE}}{Don't draw XOR line but resize the child windows immediately.}
|
||||
|
Reference in New Issue
Block a user