DeviceWorkstation.st
changeset 1208 3821f3d8994e
parent 1204 e1fec1b6e338
child 1215 ecc2bef560b5
equal deleted inserted replaced
1207:274dbb13f15a 1208:3821f3d8994e
   251             (FileBrowser onDevice:Display2) open
   251             (FileBrowser onDevice:Display2) open
   252 
   252 
   253             (Workspace onDevice:Display2) open
   253             (Workspace onDevice:Display2) open
   254 
   254 
   255             (Launcher onDevice:Display2) open
   255             (Launcher onDevice:Display2) open
   256                 does work with Launcher, since its an ApplicationModel (not a view)
   256                 does not work with Launcher, since its an ApplicationModel (not a view)
   257                 use:
   257                 use:
   258                     Launcher openOnDevice:Display2
   258                     Launcher openOnDevice:Display2
   259                 instead.
   259                 instead.
   260 
   260 
   261     However, as mentioned above, there may be a few places, where the default
   261     However, as mentioned above, there may be a few places, where the default
  4884 ! !
  4884 ! !
  4885 
  4885 
  4886 !DeviceWorkstation class methodsFor:'documentation'!
  4886 !DeviceWorkstation class methodsFor:'documentation'!
  4887 
  4887 
  4888 version
  4888 version
  4889     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.157 1997-01-13 22:52:45 cg Exp $'
  4889     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.158 1997-01-13 23:42:30 cg Exp $'
  4890 ! !
  4890 ! !
  4891 DeviceWorkstation initialize!
  4891 DeviceWorkstation initialize!