Displaying 2 results from an estimated 2 matches for "tree_item".
2008 Apr 11
1
fxtreelist question
Hello,
I''m new to Ruby and new to FXRuby. How to dump a fxtreelist to an XML?
Thanks.
_________________________________________________________________
Get in touch in an instant. Get Windows Live Messenger now.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_getintouch_042008
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jan 08
3
pictorG
...39;'Venice'']),
Tree.new(''Type'',[''Landscape'',''Portre'']),
])
build_from_tree nil,@cats
#set_drop_target(MyFileDropTarget.new())
#evt_tree_begin_drag(self.get_id) { |e|
# puts e.get_item
#}
evt_tree_item_right_click(self.get_id) {|e|
ShowMenu(e.get_item,e.get_point)
}
evt_menu(ID_EDITLAB) {
edit_label get_selection
}
evt_tree_key_down(self.get_id) {|e|
case e.get_key_code
when K_F2
edit_label get_selection
end
}
end
def build_from_tree...