Displaying 3 results from an estimated 3 matches for "treectrl_setitemtext".
2007 Jan 06
0
[835] trunk/wxruby2/doc/textile: Updated documentation about TreeItemId
...h add items to a tree, and by
</span><span class="cx"> TreeEvents which can be queried to find which item is being acted
</span><del>-upon. The ids can then be passed in as arguments to methods which modify
-items within the tree, such as "set_item_text":#TreeCtrl_setitemtext.
-As well as the text label, tree items can have several other properties,
-such as being bold, italic, and icons for expanded and collapsed
-states. TreeItemIds which may be tested for validity by calling
-TreeItemId#is_ok.
</del><ins>+upon. The ids are passed in as arguments to method...
2007 Apr 13
0
[956] branches/wxruby2/wxwidgets_282: Additions to TreeCtrl API 2.6->2.8
...:#TreeCtrl_isvisible
</span><span class="lines">@@ -196,6 +201,7 @@
</span><span class="cx"> * "TreeCtrl#set_item_selected_image":#TreeCtrl_setitemselectedimage
</span><span class="cx"> * "TreeCtrl#set_item_text":#TreeCtrl_setitemtext
</span><span class="cx"> * "TreeCtrl#set_item_text_colour":#TreeCtrl_setitemtextcolour
</span><ins>+* "TreeCtrl#set_quick_best_size":#TreeCtrl_setquickbestsize
</ins><span class="cx"> * "TreeCtrl#set_state_image_list&q...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...by methods such as
+"append_item":#TreeCtrl_appenditem which add items to a tree, and by
+TreeEvents which can be queried to find which item is being acted
+upon. The ids can then be passed in as arguments to methods which modify
+items within the tree, such as "set_item_text":#TreeCtrl_setitemtext.
+As well as the text label, tree items can have several other properties,
+such as being bold, italic, and icons for expanded and collapsed
+states. TreeItemIds which may be tested for validity by calling
+TreeItemId#is_ok.
+
+TreeCtrls can be linked to non-GUI application objects by using the
+it...