Displaying 2 results from an estimated 2 matches for "_selimage_".
2007 Mar 30
0
[931] branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl: Added insert_item_before documentation.
...m_data = @nil@)
</del><ins>+Inserts an item after a given one (_previous_).
</ins><span class="cx">
</span><del>-Inserts an item after a given one (_previous_) or before one identified by its position (_before_).
</del><ins>+The _image_ and _selImage_ parameters are an index within
+the normal image list specifying the image to use for unselected and
+selected items, respectively.
+If _image_ > -1 and _selImage_ is -1, the same image is used for
+both selected and unselected items.
+
+
+h3(#TreeCtrl_insertitembefore). TreeCtrl#insert_item_bef...
2007 Jun 05
0
[1050] trunk/wxruby2/doc/textile: Delete doc references to remove assign_image_list methods in Tree/ListCtrl
...lapse_all":#TreeCtrl_collapseall
</span><span class="cx"> * "TreeCtrl#collapse_all_children":#TreeCtrl_collapseallchildren
</span><span class="lines">@@ -270,54 +267,6 @@
</span><span class="cx"> If _image_ > -1 and _selImage_ is -1, the same image is used for
</span><span class="cx"> both selected and unselected items.
</span><span class="cx">
</span><del>-
-h3(#TreeCtrl_assignbuttonsimagelist). TreeCtrl#assign_buttons_image_list
-
- *assign_buttons_image_list*(%...