DeviceWorkstation.st
changeset 4336 7a05bfd1826f
parent 4335 b4bd7fae96bb
child 4339 e09f886987e0
equal deleted inserted replaced
4335:b4bd7fae96bb 4336:7a05bfd1826f
  1279     "return the file descriptor associated with the display
  1279     "return the file descriptor associated with the display
  1280      if any. If there is no underlying filedescriptor, return nil.
  1280      if any. If there is no underlying filedescriptor, return nil.
  1281      (used for event select/polling)"
  1281      (used for event select/polling)"
  1282 
  1282 
  1283     ^ nil
  1283     ^ nil
       
  1284 !
       
  1285 
       
  1286 getSystemColor:aKey
       
  1287     "retrieve a windows system color.
       
  1288      The styleSheet/View classes may use this to setup default colors."
       
  1289 
       
  1290     ^ nil
       
  1291 
       
  1292     "
       
  1293      Display getSystemColor:#COLOR_WINDOW
       
  1294      Display getSystemColor:#COLOR_HIGHLIGHT
       
  1295     "
  1284 !
  1296 !
  1285 
  1297 
  1286 id
  1298 id
  1287     "return the displayId"
  1299     "return the displayId"
  1288 
  1300 
  7468 ! !
  7480 ! !
  7469 
  7481 
  7470 !DeviceWorkstation class methodsFor:'documentation'!
  7482 !DeviceWorkstation class methodsFor:'documentation'!
  7471 
  7483 
  7472 version
  7484 version
  7473     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.484 2005-01-11 17:05:02 stefan Exp $'
  7485     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.485 2005-01-12 10:28:00 cg Exp $'
  7474 ! !
  7486 ! !
  7475 
  7487 
  7476 DeviceWorkstation initialize!
  7488 DeviceWorkstation initialize!