Browser_DropCallbackΒΆ
Browser_DropCallback is invoked by the framework if channel names are dropped into a UniPlot document or the main window.
- bool = Browser_DropCallback(rvInfo)
Return Value
Is TRUE (1), if the function was successful and otherwise FALSE (0).
Parameters
- rvInfo
rvInfo is an array with one or three elements: [hLayer, xPos, yPos]. hLayer can be 0 if the mouse is outside a Uniplot diagram. xPos, yPos is the mouse position in a document page in centimeters.
History
Version |
Description |
|---|---|
5.20 |
New. |
See also
id-1600960