X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/255d88eb5d3e9ba8e623300d8a7123e0b0937629..5801c56fa90c4a71b6e64709b6ecab854f010015:/docs/latex/wx/splitter.tex?ds=sidebyside diff --git a/docs/latex/wx/splitter.tex b/docs/latex/wx/splitter.tex index eacd07b500..879dc12714 100644 --- a/docs/latex/wx/splitter.tex +++ b/docs/latex/wx/splitter.tex @@ -7,6 +7,7 @@ split into two programmatically (perhaps from a menu command), and unsplit either programmatically or via the wxSplitterWindow user interface. Appropriate 3D shading for the Windows 95 user interface is an option. +This is also recommended for GTK. \wxheading{Window styles} @@ -14,8 +15,9 @@ Appropriate 3D shading for the Windows 95 user interface is an option. \twocolitem{\windowstyle{wxSP\_3D}}{Draws a 3D effect border and sash.} \twocolitem{\windowstyle{wxSP\_BORDER}}{Draws a thin black border around the window, and a black sash.} \twocolitem{\windowstyle{wxSP\_NOBORDER}}{No border, and a black sash.} -\twocolitem{\windowstyle{wxSP\_PERMIT\_UNSPLIT}}{The can always be -unsplit, even if the minimum pane size is set to something other than zero.} +\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.} \end{twocollist} See also \helpref{window styles overview}{windowstyles}.