StandardSystemView.st
changeset 3978 a7a7e5aa016d
parent 3919 6b390fe57e96
child 4032 ced6a721d1a6
equal deleted inserted replaced
3977:40eb0d3cb208 3978:a7a7e5aa016d
   428 takeFocusWhenMapped
   428 takeFocusWhenMapped
   429     ^ TakeFocusWhenMapped 
   429     ^ TakeFocusWhenMapped 
   430 
   430 
   431     "
   431     "
   432      StandardSystemView takeFocusWhenMapped
   432      StandardSystemView takeFocusWhenMapped
   433     "
       
   434 !
       
   435 
       
   436 takeFocusWhenMapped:aBoolean
       
   437     "if turned on, topViews will grab the keyboard when mapped.
       
   438      This is useful on systems like openView, where a view needs a click
       
   439      otherwise"
       
   440 
       
   441     TakeFocusWhenMapped := aBoolean
       
   442 
       
   443     "
       
   444      StandardSystemView takeFocusWhenMapped:true
       
   445     "
   433     "
   446 !
   434 !
   447 
   435 
   448 updateStyleCache
   436 updateStyleCache
   449     "extract values from the styleSheet and cache them in class variables"
   437     "extract values from the styleSheet and cache them in class variables"
  1533 ! !
  1521 ! !
  1534 
  1522 
  1535 !StandardSystemView class methodsFor:'documentation'!
  1523 !StandardSystemView class methodsFor:'documentation'!
  1536 
  1524 
  1537 version
  1525 version
  1538     ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.151 2003-08-11 20:04:43 stefan Exp $'
  1526     ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.152 2004-02-02 13:54:17 ca Exp $'
  1539 ! !
  1527 ! !
  1540 
  1528 
  1541 StandardSystemView initialize!
  1529 StandardSystemView initialize!