]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0014.txt
don't use negative PID hack in GUI neither, add a separate flag to wxEndProcessData...
[wxWidgets.git] / docs / tech / tn0014.txt
index 57d73456b660499dca7269f78a2190278f772da3..636eac7c7097077fe2624a3b6d4426c14bbb7ae5 100644 (file)
@@ -423,7 +423,8 @@ wxRadioBox
 This control may have "dimension" (major dimension) and (initial) "selection"
 Integer subelements and a composite "content" element similar to wxCheckList.
 The only difference is that the "item" subelements can have an optional
 This control may have "dimension" (major dimension) and (initial) "selection"
 Integer subelements and a composite "content" element similar to wxCheckList.
 The only difference is that the "item" subelements can have an optional
-"tooltip=I18nString" attribute to specify the per-item tooltip.
+"tooltip=I18nString" and "helptext=I18nString" attributes to specify
+the per-item tooltip and helptext.
 
 
 wxScrolledWindow
 
 
 wxScrolledWindow
@@ -431,6 +432,7 @@ wxScrolledWindow
 pos                        Position                -1,-1
 size                       Size                    -1,-1
 style                      Style[wxScrolledWindow] wxHSCROLL | wxVSCROLL
 pos                        Position                -1,-1
 size                       Size                    -1,-1
 style                      Style[wxScrolledWindow] wxHSCROLL | wxVSCROLL
+scrollrate                 Size                    0,0
 
 wxScolledWindow may have children objects.
 
 
 wxScolledWindow may have children objects.
 
@@ -453,6 +455,14 @@ splitter is created split, either horizontally or vertically depending
 on the value of "orientation" attribute.
 
 
 on the value of "orientation" attribute.
 
 
+wxStaticText
+------------
+
+wxStaticText supports one class-specific attribute which wraps the controls
+contents at the specified boundary:
+
+wrap                       Integer, in pixels     None
+
 wxStatusBar
 -----------
 fields                     Integer number of fields
 wxStatusBar
 -----------
 fields                     Integer number of fields