search for: update_array_item

Displaying 1 result from an estimated 1 matches for "update_array_item".

2007 Nov 13
3
New wxTree method
...t") treectrl.append_array(root, ["one", "two", ["sub1", "sub2"], "three"]) --- It also gives your objects the possibility to interact a bit more with the tree item, if needed. See the docs for the method. My plans are also to add at least an update_array_item() method, to be able to refresh an object''s visual tree state dynamically. However, the wxRuby docs for TreeCtrl#set_item_image isn''t in Ruby syntax, so I don''t know how to figure out the last parameter (which I need). Would this be an useful addition to the existing...