On Tue, May 18, 2010 at 10:04 AM, marcos <marcos...@yahoo.com.br> wrote:
> Hello list,
>
> A need to transfer data between two wxListBox using dragging.
> wxLua have problem with DnD suport.
>
> How can I do this?

Can you use wxWindow::SetDropTarget() as per this overview?

http://docs.wxwidgets.org/stable/wx_wxdndoverview.html

I'm not sure if you have to override wxDropSource::DoDragDrop(), but I
guess you do. What are your problems?

Regards,
    John

------------------------------------------------------------------------------

_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to