Previous Up Next

_CBwinDropFile
Define a callback on drop file event. Window should have been created with WN_DRAGDROP flag.

ObjWin _CBwinDropFile (
ObjWin _win_
fun [ObjWin u0 I I [P r1]] u1 _callback_
u0 _user_
)
Parameters

_win_
any window
_callback_
callback on drop file event (supplemental parameters are x,y coordinates and list of files)
_user_
user parameter
Return value

same window