Jump to content

DRAGINFO (Program): Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
m Martini moved page DRAGINFO to DRAGINFO (Program) without leaving a redirect
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Description==
This program provides information for testing and debugging drag-and-drop applications. When an object is dragged from this program's window, the window shows the messages received from the target.
This program provides information for testing and debugging drag-and-drop applications. When an object is dragged from this program's window, the window shows the messages received from the target.                    


Additionally, the Draginfo and Dragitem-structures that are used to specify the requested operation can be configured on screen. It is also possible to select the desired Drag-API ([[DrgDrag]] or [[DrgDragFiles]]).          
Additionally, the Draginfo and Dragitem-structures that are used to specify the requested operation can be configured on screen. It is also possible to select the desired Drag-API (''DrgDrag'' or ''DrgDragFiles'').


This program only simulates the dragging; no explicit rendering is performed (yet).
This program only simulates the dragging; no explicit rendering is performed (yet).


This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement each other.
This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement each other.


==License==
==License==
* Public Domain, AS IS
*Public Domain, AS IS
 
*Author: [[Christian Sell]]
==Author==
* [[Christian Sell]]


==Links==
==Links==
* Download: [http://hobbes.nmsu.edu/download/pub/os2/dev/wps/dragin.zip dragin.zip]
* [dragin.zip]


[[Category:Software written in C]]
[[Category:Software written in C]]

Latest revision as of 22:40, 20 April 2025

This program provides information for testing and debugging drag-and-drop applications. When an object is dragged from this program's window, the window shows the messages received from the target.

Additionally, the Draginfo and Dragitem-structures that are used to specify the requested operation can be configured on screen. It is also possible to select the desired Drag-API (DrgDrag or DrgDragFiles).

This program only simulates the dragging; no explicit rendering is performed (yet).

This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement each other.

License

Links

  • [dragin.zip]