search for: item_has_children

Displaying 2 results from an estimated 2 matches for "item_has_children".

2007 Jan 05
0
[832] trunk/wxruby2/samples: Fix samples for TreeItemIds as integers, fix image size in treectrl sample
...quot;lines">@@ -578,12 +578,12 @@ </span><span class="cx"> dest_item = event.get_item() </span><span class="cx"> @dragged_item = 0 </span><span class="cx"> </span><del>- if dest_item.is_ok && ! item_has_children(dest_item) </del><ins>+ if dest_item.nonzero? && ! item_has_children(dest_item) </ins><span class="cx"> # copy to the parent then </span><span class="cx"> dest_item = get_item_parent(dest_item) </span><span clas...
2007 Sep 04
0
[ wxruby-Bugs-13640 ] Invalid value for TreeCtrl#get_root_id when TR_HIDE_ROOT style is set (MSW)
...ton (brokentoy) Summary: Invalid value for TreeCtrl#get_root_id when TR_HIDE_ROOT style is set (MSW) Initial Comment: When a TreeCtrl is created with the TR_HIDE_ROOT style, the id values returned by add_root and get_root_id are invalid (-65636) - if passed back into get_item_text , get_item_data, item_has_children etc nothing is returned. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=13640&group_id=35