home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / flist.zip / drag.h < prev    next >
C/C++ Source or Header  |  1996-09-06  |  469b  |  10 lines

  1. extern MRESULT ActMsgBeginDrag( WNDATTR * );
  2. extern MRESULT ActMsgEndConversation( void );
  3. extern MRESULT ActMsgDragOver( MPARAM, MPARAM );
  4. extern MRESULT ActMsgRender( WNDATTR*, MPARAM );
  5. extern MRESULT ActMsgRenderComplete( WNDATTR*, MPARAM, MPARAM );
  6. extern MRESULT ActMsgDrop( WNDATTR *, MPARAM, MPARAM );
  7. extern MRESULT ActMsgDragLeave( void );
  8. extern MRESULT ActMsgPrintObject( WNDATTR*, MPARAM, MPARAM );
  9. extern MRESULT ActMsgDiscardObject( WNDATTR* );
  10.