search for: on_tree_sel_changed

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

2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce
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 I #if
2007 Jan 05
0
[832] trunk/wxruby2/samples: Fix samples for TreeItemIds as integers, fix image size in treectrl sample
...bigdemo/bigdemo.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-05 23:22:38 UTC (rev 832) </span><span class="lines">@@ -393,7 +393,7 @@ </span><span class="cx"> </span><span class="cx"> def on_tree_sel_changed(event) </span><span class="cx"> item = event.get_item() </span><del>- if item.is_ok </del><ins>+ if item.nonzero? </ins><span class="cx"> itemText = @tree.get_item_text(item) </span><span cl...