home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / MUI / MUICusReq1_2 / ASC / MUICustomReqNotifies.ASC < prev    next >
Text File  |  1999-08-16  |  694b  |  20 lines

  1. ;
  2. ; Notifies for MUICustomRequest{}.
  3. ; XINCLUDE after MUI Application has been created.
  4. ;
  5. ; (C) Rob Hutchinson 1999 - Satanic Dreams Software 1999.
  6. ;
  7.  
  8.   ;--- Notifies.
  9.   ;
  10.   MUINotifyApp #MUI_FromButton  ,#MUIA_Pressed,0,#MUI_NT_Button1
  11.   MUINotifyApp #MUI_FromButton+1,#MUIA_Pressed,0,#MUI_NT_Button2
  12.   MUINotifyApp #MUI_FromButton+2,#MUIA_Pressed,0,#MUI_NT_Button3
  13.   MUINotifyApp #MUI_FromButton+3,#MUIA_Pressed,0,#MUI_NT_Button4
  14.   MUINotifyApp #MUI_FromButton+4,#MUIA_Pressed,0,#MUI_NT_Button5
  15.   MUINotifyApp #MUI_FromButton+5,#MUIA_Pressed,0,#MUI_NT_Button6
  16.   MUINotifyApp #MUI_FromButton+6,#MUIA_Pressed,0,#MUI_NT_Button7
  17.   MUINotifyApp #MUI_FromButton+7,#MUIA_Pressed,0,#MUI_NT_Button8
  18.  
  19.  
  20.