]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0014.txt
wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
[wxWidgets.git] / docs / tech / tn0014.txt
index 8b8c8e31e681ee0f05dd418a7ba1cad4b66e7c00..af38cf30fef0f98a9fc24f775095cccd01037393 100644 (file)
@@ -303,6 +303,24 @@ size                       Size                    -1,-1
 style                      Style[wxScrolledWindow] wxHSCROLL | wxVSCROLL
 
 
+wxSplitterWindow
+----------------
+position                   Position                -1,-1
+size                       Size                    -1,-1
+style                      Style[wxSplitterWindow] wxSP_3D
+sashpos                    Integer                 0
+                           (Initial sash position)
+minsize                    Integer                 -1
+                           (Minimal panel size)
+orientation                "horizontal"|"vertical" horizontal
+
+wxSplitterWindow must have at least one and at most two children objects.
+If there's only one child object, it is passed to wxSplitterWindow::Initialize
+and the splitter is created unsplitted. If there are two children, the
+splitter is created splitted, either horizontally or vertically depending
+on the value of "orientation" attribute.
+
+
 wxToolBar
 ---------
 position                   Position                -1,-1