Displaying 2 results from an estimated 2 matches for "myfiledroptarget".
Did you mean:
filedroptarget
2003 Nov 07
6
DnD
Hi!
Is drag''n''drop works currently under wxruby?
I want an app, where you can drag files from a wxlistctrl to a
wxtreectrl.
Can anyone show a little example?
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2004 Jan 08
3
pictorG
...pictures (sok)'',[
Tree.new(''Location'',[''Budapest'',''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_...