search for: selimage

Displaying 3 results from an estimated 3 matches for "selimage".

Did you mean: selfimage
2007 Mar 30
0
[931] branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl: Added insert_item_before documentation.
...anded":#TreeCtrl_isexpanded </span><span class="cx"> * "TreeCtrl#is_selected":#TreeCtrl_isselected </span><span class="lines">@@ -730,13 +731,24 @@ </span><span class="cx"> %(arg-type)Integer% selImage = -1, </span><span class="cx"> %(arg-type)Object% item_data = @nil@) </span><span class="cx"> </span><del>- "TreeItemId":treeitemid.html *insert_item*(%(arg-type)TreeItemId% parent, -...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...root </span><span class="cx"> </span><span class="cx"> "TreeItemId":treeitemid.html *add_root*(%(arg-type)String% text, %(arg-type)Integer% image = -1, </span><span class="cx"> %(arg-type)Integer% selImage = -1, </span><del>- %(arg-type)TreeItemData% data = @NULL@) </del><ins>+ %(arg-type)Object% item_data = @nil@) </ins><span class="cx"> </span><span class="cx"> Adds the root node to the...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...