Displaying 2 results from an estimated 2 matches for "rb_item_id".
2006 Dec 23
0
[797] trunk/wxruby2/swig/classes/TreeCtrl.i: Traverse method moved to wxSugar
...sp     // create a copy to wrap and give to ruby
-        wxTreeItemId *copy_id = new wxTreeItemId(item_id.m_pItem);
-        VALUE rb_item_id = SWIG_NewPointerObj(copy_id, SWIGTYPE_p_wxTreeItemId, SWIG_POINTER_OWN);
-        rb_yield(rb_item_id);
- }
</del><span class="cx"> %}
</span><span class="cx"> %markfunc wxTreeCtrl "ma...
2006 Dec 05
0
[779] trunk/wxruby2: Added TreeCtrl#traverse method and documentation
...sp     // create a copy to wrap and give to ruby
+        wxTreeItemId *copy_id = new wxTreeItemId(item_id.m_pItem);
+        VALUE rb_item_id = SWIG_NewPointerObj(copy_id, SWIGTYPE_p_wxTreeItemId, SWIG_POINTER_OWN);
+        rb_yield(rb_item_id);
+ }
</ins><span class="cx"> %}
</span><span class="cx"> %markfunc wxTreeCtrl "ma...