search for: getrootitem

Displaying 5 results from an estimated 5 matches for "getrootitem".

2006 Dec 23
0
[797] trunk/wxruby2/swig/classes/TreeCtrl.i: Traverse method moved to wxSugar
...p;nbsp&nbsp&nbsp&nbspwxTreeCtrl* tree_ctrl = (wxTreeCtrl*) ptr; </span><span class="lines">@@ -90,15 +91,6 @@ </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId root_id = tree_ctrl->GetRootItem(); </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspRecurseOverTreeIds(tree_ctrl, root_id, &DoGCMarkItemData); </span><span class="cx"> } </span><del>- - // function for internal implement...
2006 Dec 05
0
[779] trunk/wxruby2: Added TreeCtrl#traverse method and documentation
...pan class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeCtrl* tree_ctrl = (wxTreeCtrl*) ptr; </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId root_id = tree_ctrl->GetRootItem(); </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspRecursivelyGCMarkFrom(tree_ctrl, root_id); </del><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspRecurseOverTreeIds(tree_ctrl, root_id, &DoGCMarkItemData...
2007 Jun 05
0
[1046] trunk/wxruby2/swig/classes/TreeCtrl.i: Prevent crashes in TreeCtrl from premature deletion of associated ImageList
...rb_gc_mark(SWIG_RubyInstanceFor(img_list)); + +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// Now mark the item data </ins><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId root_id = tree_ctrl->GetRootItem(); </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspRecurseOverTreeIds(tree_ctrl, root_id, &DoGCMarkItemData); </span><span class="cx"> } </span></span></pre> </div> </div&gt...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...amp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp return; + +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeCtrl* tree_ctrl = (wxTreeCtrl*) ptr; +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId root_id = tree_ctrl->GetRootItem(); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspRecursivelyGCMarkFrom(tree_ctrl, root_id); + } +%} +%markfunc wxTreeCtrl "mark_wxTreeCtrl"; + </ins><span class="cx"> %import "include/wxObject.h" </span><span class=&quot...
2010 Aug 20
0
Wine release 1.3.1
...plorerframe: Implement TreeAdvise/TreeUnadvise. explorerframe: Implement InsertRoot and AppendRoot. explorerframe: Handle TVN_GETDISPINFO to get icons, filename and information about subfolders. explorerframe: Implement RemoveRoot and RemoveAllRoots. explorerframe: Implement GetRootItems. shell32: Partial implementation of IShellItem::BindToHandler. explorerframe: Fix INameSpaceTreeControl::RemoveRoot. explorerframe: Implement expansion of nodes. explorerframe: Handle changing the selection. explorerframe: Handle keyboard events. explorerframe:...