home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / asm / sfs / mui / metodit.asm < prev    next >
Encoding:
Assembly Source File  |  1999-11-29  |  2.0 KB  |  87 lines

  1. *-----------------------------------------------*
  2. *    @Ikkunat                *
  3. *-----------------------------------------------*
  4.  
  5. WI_Main_Metodit:
  6.     dc.l    MUIM_Notify,MUIA_Window_CloseRequest,TRUE
  7.     dc.l    MUIV_Notify_Application,2
  8.     dc.l    MUIM_Application_ReturnID,MUIV_Application_ReturnID_Quit
  9.  
  10. *-----------------------------------------------*
  11. *    @Listat                    *
  12. *-----------------------------------------------*
  13.  
  14. LV_LaiteLista_Metodit:
  15.     dc.l    MUIM_Notify,MUIA_NList_Active,MUIV_EveryTime
  16.     dc.l    MUIV_Notify_Application,2
  17.     dc.l    MUIM_CallHook,Hook_AktiivinenLaite
  18.  
  19. GetActiveEntry:
  20.     dc.l    MUIM_NList_GetEntry,MUIV_NList_GetEntry_Active,b,0
  21.  
  22. *-----------------------------------------------*
  23. *    @Nappulat                *
  24. *-----------------------------------------------*
  25.  
  26. BT_Suorita_SFScheck_Metodit:
  27.     dc.l    MUIM_Notify,MUIA_Pressed,FALSE
  28.     dc.l    MUIV_Notify_Window,2
  29.     dc.l    MUIM_CallHook,Hook_Suorita_SFScheck
  30.  
  31. BT_Eheytä_SFS_Metodit:
  32.     dc.l    MUIM_Notify,MUIA_Pressed,FALSE
  33.     dc.l    MUIV_Notify_Window,2
  34.     dc.l    MUIM_CallHook,Hook_Eheytä_SFS
  35.  
  36. *-----------------------------------------------*
  37. *    @Yleiset                *
  38. *-----------------------------------------------*
  39.  
  40. OdotusMetodit:
  41.     dc.l    MUIM_Application_NewInput,Signal
  42.     dc.l    0
  43.  
  44. OpenMUIConfigWindow:
  45.     dc.l    MUIM_Application_OpenConfigWindow,0,0
  46.  
  47. AboutMUIMethods:
  48.     dc.l    MUIM_Application_AboutMUI
  49. tgMainWindow0:
  50.     dc.l    0,0
  51.  
  52. LisääIkkunaMetodit:
  53.     dc.l    OM_ADDMEMBER
  54. UusiIkkuna:
  55.     dc.l    0,0
  56.  
  57. LataaAsetukset_Metodit:
  58.     dc.l    MUIM_Application_Load,MUIV_Application_Load_ENV
  59.  
  60. TallennaAsetukset_ENV_Metodit:
  61.     dc.l    MUIM_Application_Save,MUIV_Application_Save_ENV
  62.  
  63. TallennaAsetukset_ENVARC_Metodit:
  64.     dc.l    MUIM_Application_Save,MUIV_Application_Save_ENVARC
  65.  
  66.     ENDASM
  67. WI_Sulje_Metodit:
  68.     dc.l    MUIM_Notify,MUIA_Window_CloseRequest,TRUE
  69.     dc.l    MUIV_Notify_Self,3
  70.     dc.l    MUIM_Set,MUIA_Window_Open,FALSE
  71.     ASM
  72.  
  73. RenderMetodit:
  74.     dc.l    MUIM_Oma_Render
  75.  
  76. ReDrawMetodit:
  77.     dc.l    MUIM_Oma_ReDraw
  78.  
  79. *-----------------------------------------------*
  80. *    @Listat                    *
  81. *-----------------------------------------------*
  82.  
  83. AddEntrySorted:
  84.     dc.l    MUIM_NList_InsertSingle
  85. AddSorted:
  86.     dc.l    0,MUIV_NList_Insert_Sorted
  87.