search for: rb_item_id

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&nbsp&nbsp&nbsp&nbsp&nbsp// create a copy to wrap and give to ruby -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId *copy_id = new wxTreeItemId(item_id.m_pItem); -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspVALUE rb_item_id = SWIG_NewPointerObj(copy_id, SWIGTYPE_p_wxTreeItemId, SWIG_POINTER_OWN); -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsprb_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&nbsp&nbsp&nbsp&nbsp&nbsp// create a copy to wrap and give to ruby +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId *copy_id = new wxTreeItemId(item_id.m_pItem); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspVALUE rb_item_id = SWIG_NewPointerObj(copy_id, SWIGTYPE_p_wxTreeItemId, SWIG_POINTER_OWN); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsprb_yield(rb_item_id); + } </ins><span class="cx"> %} </span><span class="cx"> %markfunc wxTreeCtrl "ma...