Warning.st
branchjv
changeset 19227 5e949760a4e8
parent 18120 e3a375d5f6a8
parent 19201 b301ed05553d
equal deleted inserted replaced
19226:470475a1734e 19227:5e949760a4e8
   117     "
   117     "
   118 
   118 
   119     "Created: / 23.7.1999 / 15:34:27 / stefan"
   119     "Created: / 23.7.1999 / 15:34:27 / stefan"
   120 ! !
   120 ! !
   121 
   121 
   122 !Warning class methodsFor:'misc ui support'!
       
   123 
       
   124 iconInBrowserSymbol
       
   125     <resource: #programImage>
       
   126 
       
   127     ^ #warningClassBrowserIcon
       
   128 ! !
       
   129 
   122 
   130 !Warning methodsFor:'default actions'!
   123 !Warning methodsFor:'default actions'!
   131 
   124 
   132 defaultAction
   125 defaultAction
   133     "Default action for warnings: open a warn box with description"
   126     "Default action for warnings: open a warn box with description"
   167 ! !
   160 ! !
   168 
   161 
   169 !Warning class methodsFor:'documentation'!
   162 !Warning class methodsFor:'documentation'!
   170 
   163 
   171 version
   164 version
   172     ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.16 2015-01-20 14:39:05 cg Exp $'
   165     ^ '$Header$'
   173 !
   166 !
   174 
   167 
   175 version_CVS
   168 version_CVS
   176     ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.16 2015-01-20 14:39:05 cg Exp $'
   169     ^ '$Header$'
   177 ! !
   170 ! !
   178 
   171 
   179 
   172 
   180 Warning initialize!
   173 Warning initialize!