WinWorkstation.st
changeset 4263 d9dbe59481dd
parent 4262 129e10b82f57
child 4265 c7588de5d8e6
equal deleted inserted replaced
4262:129e10b82f57 4263:d9dbe59481dd
 14223      Screen current nativeWidgets:true
 14223      Screen current nativeWidgets:true
 14224      Screen current nativeWidgets:false
 14224      Screen current nativeWidgets:false
 14225     "
 14225     "
 14226 !
 14226 !
 14227 
 14227 
       
 14228 supportsNativeDialogs
       
 14229     ^ true
       
 14230 
       
 14231     "
       
 14232      Screen current supportsNativeDialogs
       
 14233     "
       
 14234 !
       
 14235 
 14228 supportsNativeWidgets
 14236 supportsNativeWidgets
 14229     ^ true
 14237     ^ true
 14230 
 14238 
 14231     "
 14239     "
 14232      Screen current supportsNativeWidgets
 14240      Screen current supportsNativeWidgets
 16340 ! !
 16348 ! !
 16341 
 16349 
 16342 !WinWorkstation class methodsFor:'documentation'!
 16350 !WinWorkstation class methodsFor:'documentation'!
 16343 
 16351 
 16344 version
 16352 version
 16345     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.287 2004-09-17 09:12:13 ca Exp $'
 16353     ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.288 2004-09-17 09:40:29 ca Exp $'
 16346 ! !
 16354 ! !
 16347 
 16355 
 16348 WinWorkstation initialize!
 16356 WinWorkstation initialize!