Select drag-and-drop data
int PtDndSelect( PtWidget_t *widget, PtDndFetch_t *data_array, int unsigned array_size, PhCursorDescription_t *accept_cursor, PhCursorDescription_t *reject_cursor, PtCallbackInfo_t *cbinfo );
ph
This function selects the drag-and-drop data from the event found in the cbinfo that matches the selection criteria in data_array.
The number of elements selected from the drag-and-drop event.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtCreateTransportCtrl(), PtDndFetch_t, PtInitDnd(), PtTransportType()
PtCallbackInfo_t in the Photon Widget Reference
Drag and Drop chapter of the Photon Programmer's Guide