UserNotification.st
changeset 7557 8eec03cef386
parent 7038 89e892bb8226
child 8703 d60d97138107
equal deleted inserted replaced
7556:5d78f93528b4 7557:8eec03cef386
    80     "
    80     "
    81 
    81 
    82     "Created: / 23.7.1999 / 15:31:44 / stefan"
    82     "Created: / 23.7.1999 / 15:31:44 / stefan"
    83 ! !
    83 ! !
    84 
    84 
       
    85 !UserNotification class methodsFor:'compatibility-queries'!
       
    86 
       
    87 isQuerySignal
       
    88     ^ true
       
    89 ! !
       
    90 
    85 !UserNotification methodsFor:'default actions'!
    91 !UserNotification methodsFor:'default actions'!
    86 
    92 
    87 defaultAction
    93 defaultAction
    88     "Default action for notifications: open a info box with description"
    94     "Default action for notifications: open a info box with description"
    89 
    95 
   117 ! !
   123 ! !
   118 
   124 
   119 !UserNotification class methodsFor:'documentation'!
   125 !UserNotification class methodsFor:'documentation'!
   120 
   126 
   121 version
   127 version
   122     ^ '$Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.6 2003-02-18 13:45:38 stefan Exp $'
   128     ^ '$Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.7 2003-08-18 12:17:07 cg Exp $'
   123 ! !
   129 ! !
   124 
   130 
   125 UserNotification initialize!
   131 UserNotification initialize!