Changeset 100


Ignore:
Timestamp:
Feb 14, 2007, 11:50:05 AM (17 years ago)
Author:
NoWest
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Media/SystemSounds.ab

    r97 r100  
    66
    77Public
    8     Function Asterisk() As SystemSound
     8    Static Function Asterisk() As SystemSound
    99        Dim ret As SystemSound(SND_ALIAS_SYSTEMASTERISK)
    1010        Return ret
    1111    End Function
    12     Function Beep() As SystemSound
     12    Static Function Beep() As SystemSound
    1313        Dim ret As SystemSound(SND_ALIAS_SYSTEMDEFAULT)
    1414        Return ret
    1515    End Function
    16     Function Exclamation() As SystemSound
     16    Static Function Exclamation() As SystemSound
    1717        Dim ret As SystemSound(SND_ALIAS_SYSTEMEXCLAMATION)
    1818        Return ret
    1919    End Function
    20     Function Hand() As SystemSound
     20    Static Function Hand() As SystemSound
    2121        Dim ret As SystemSound(SND_ALIAS_SYSTEMHAND)
    2222        Return ret
    2323    End Function
    24     Function Question() As SystemSound
     24    Static Function Question() As SystemSound
    2525        Dim ret As SystemSound(SND_ALIAS_SYSTEMQUESTION)
    2626        Return ret
Note: See TracChangeset for help on using the changeset viewer.