DeviceWorkstation.st
changeset 8029 dc0ce36e632c
parent 8022 90e6cabc83da
child 8033 dab7c7bdcaa1
equal deleted inserted replaced
8028:e7f44af6889f 8029:dc0ce36e632c
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4 COPYRIGHT (c) 1993 by Claus Gittinger
     2 COPYRIGHT (c) 1993 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   946 
   944 
   947 platformName
   945 platformName
   948     "ST-80 compatibility.
   946     "ST-80 compatibility.
   949      Return a string describing the display systems platform.
   947      Return a string describing the display systems platform.
   950      Returns a dummy here. This must be redefined in concrete
   948      Returns a dummy here. This must be redefined in concrete
   951      Workstation classes, to return somthing like 'X11', 'win32', 'os2' etc."
   949      Workstation classes, to return something like 'X11', 'win32', 'os2' etc."
   952 
   950 
   953     ^ #unknown
   951     ^ #unknown
       
   952 
       
   953     "Modified (comment): / 17-05-2017 / 18:25:06 / mawalch"
   954 ! !
   954 ! !
   955 
   955 
   956 !DeviceWorkstation class methodsFor:'standalone setup'!
   956 !DeviceWorkstation class methodsFor:'standalone setup'!
   957 
   957 
   958 exitOnLastClose:aBoolean
   958 exitOnLastClose:aBoolean