home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desk / core / Desk / h / DragASpr < prev    next >
Encoding:
Text File  |  1997-05-20  |  434 b   |  18 lines

  1.  
  2. #ifndef __Desk_DragASpr_h
  3. #define __Desk_DragASpr_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifndef __Desk_Wimp_h
  8. #include "Desk.Wimp.h"
  9. #endif
  10. extern void Desk_DragASprite_Start(int flags, void *spritearea, char *name,
  11. Desk_wimp_rect *bound, Desk_wimp_rect *parent);
  12. extern void Desk_DragASprite_Stop(void);
  13. extern void Desk_DragASprite_DragIcon(Desk_window_handle window, Desk_icon_handle icon);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif
  18.