home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / asm / sfs / mui / metodit / defrag.asm next >
Encoding:
Assembly Source File  |  1999-09-29  |  750 b   |  28 lines

  1. *-----------------------------------------------*
  2. *    @Nappulat                *
  3. *-----------------------------------------------*
  4.  
  5. BT_Start_Defrag_Metodit:
  6.     dc.l    MUIM_Notify,MUIA_Pressed,FALSE
  7.     dc.l    MUIV_Notify_Window,2
  8.     dc.l    MUIM_CallHook,Hook_Start_Defrag
  9.  
  10. BT_Switch_Defrag_Metodit:
  11.     dc.l    MUIM_Notify,MUIA_Pressed,FALSE
  12.     dc.l    MUIV_Notify_Window,2
  13.     dc.l    MUIM_CallHook,Hook_Switch_Defrag
  14.  
  15. BT_Abort_Defrag_Metodit:
  16.     dc.l    MUIM_Notify,MUIA_Pressed,FALSE
  17.     dc.l    MUIV_Notify_Window,2
  18.     dc.l    MUIM_CallHook,Hook_Abort_Defrag
  19.  
  20. *-----------------------------------------------*
  21. *    @Ikkunat                *
  22. *-----------------------------------------------*
  23.  
  24. WI_Defrag_Metodit:
  25.     dc.l    MUIM_Notify,MUIA_Window_CloseRequest,TRUE
  26.     dc.l    MUIV_Notify_Self,3
  27.     dc.l    MUIM_CallHook,Hook_SuljeDefrag
  28.