Displaying 7 results from an estimated 7 matches for "getfirstchild".
2006 Aug 18
10
TreeCtrl update
The previous TreeCtrl.i was very messy and just plain wrong, for
instance it had GetFirstChild as depreciated when in fact only 1
version of it was depreciated not both.
I changed GetFirstChild and GetNextChild to return an array of values
to match the wxPython and wxPerl usage.
I also noticed that wxTreeCtrl is inherited from wxControl on Windows
and wxScrolledWindow on everything else so...
2007 Jan 05
0
[831] trunk/wxruby2: Use simple ruby Integers to represent TreeItemIds
...nbsp      void* cookie = 0;
</span><span class="cx">                 wxTreeItemId ret_item = self->GetFirstChild(item, cookie);
</span><del>-                
</del><span class="cx">        &...
2006 Dec 05
0
[779] trunk/wxruby2: Added TreeCtrl#traverse method and documentation
...p {
</span><span class="lines">@@ -72,12 +61,25 @@
</span><span class="cx">                 wxTreeItemId child = tree_ctrl->GetFirstChild(base_id, cookie);
</span><span class="cx">                 while ( child.IsOk() )
</span><span class="cx">   &a...
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
...pplication but is necessary for the library
</span><span class="cx"> to make these functions reentrant (i.e. allow more than one
</span><span class="cx"> enumeration on one and the same object simultaneously). The cookie passed to
</span><del>-GetFirstChild and GetNextChild should be the same variable.
</del><ins>+get_first_child and "get_next_child":treectrl.html#TreeCtrl_getnextchild should be the same variable.
</ins><span class="cx">
</span><del>-Returns an invalid tree item (i.e. IsOk() ret...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...nbsp          wxTreeItemIdValue cookie;
+                wxTreeItemId child = tree_ctrl->GetFirstChild(base_id, cookie);
+                while ( child.IsOk() )
+            &...
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...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...ignHor() const;
</span><span class="cx"> int GetAlignVer() const;
</span><span class="cx"> wxColour GetBackgroundColour() ;
</span><del>- wxHtmlCell* GetFirstCell() ;
</del><ins>+ //wxHtmlCell* GetFirstCell() ;
+ wxHtmlCell* GetFirstChild() const;
</ins><span class="cx"> int GetIndent(int ind ) const;
</span><span class="cx"> int GetIndentUnits(int ind ) const;
</span><span class="cx"> void InsertCell(wxHtmlCell *cell ) ;
</span></span></pre>...