]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0014.txt
fixed wxMBConv::cMB2WC and cWC2MB to check for conversion failure
[wxWidgets.git] / docs / tech / tn0014.txt
index 8b8c8e31e681ee0f05dd418a7ba1cad4b66e7c00..cf95ed05ab9783cb6ebc92736e222b5d8d3fd797 100644 (file)
@@ -21,6 +21,9 @@ is no DTD available since it is not possible to fully describe the format with
 the limited expressive power of DTDs.
 
 
+Note: see also http://ldaptool.sourceforge.net/XRCGuide/XRCGuideSingle/
+
+
 
 1. Terminology
 ==============
@@ -303,6 +306,28 @@ 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.
+
+wxStatusBar
+-----------
+fields                     Integer number of fields
+widths                     Width1, Width2, Width3, ...
+
 wxToolBar
 ---------
 position                   Position                -1,-1