|
From: <af...@al...> - 2006-03-07 22:02:01
|
John Labenski wrote:
> I did a fix for it in the binding files. Hopefully it'll work now.
>
> %win|%mac wxDropSource(wxWindow* win = NULL, const wxCursor&
> iconCopy = wxNullCursor, const wxCursor& iconMove = wxNullCursor,
> const wxCursor& iconStop = wxNullCursor)
>
> %gtk wxDropSource(wxWindow* win = NULL, const wxIcon& iconCopy =
> wxNullIcon, const wxIcon& iconMove = wxNullIcon, const wxIcon&
> iconStop = wxNullIcon)
This should work, you might want to change the param names though ?
%win|%mac wxDropSource(wxWindow* win = NULL, const wxCursor&
cursorCopy = wxNullCursor, const wxCursor& cursorMove = wxNullCursor,
const wxCursor& cursorStop = wxNullCursor)
--anders
|