UserPreferences.st
changeset 21031 44d5bfdb4f58
parent 20872 7e6390bf67a5
child 21041 76b15013e62c
equal deleted inserted replaced
21030:4dba22c05301 21031:44d5bfdb4f58
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1998 by eXept Software AG
     2  COPYRIGHT (c) 1998 by eXept Software AG
     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
  2250 
  2248 
  2251     ^ self at:#onlyShowTooltipsForActiveWindow ifAbsent:true
  2249     ^ self at:#onlyShowTooltipsForActiveWindow ifAbsent:true
  2252 
  2250 
  2253     "
  2251     "
  2254      UserPreferences current onlyShowTooltipsForActiveWindow
  2252      UserPreferences current onlyShowTooltipsForActiveWindow
       
  2253      UserPreferences current onlyShowTooltipsForActiveWindow:false
  2255     "
  2254     "
  2256 !
  2255 !
  2257 
  2256 
  2258 onlyShowTooltipsForActiveWindow:aBooleanOrNil
  2257 onlyShowTooltipsForActiveWindow:aBooleanOrNil
  2259     "on a mac (and maybe on others), it is preferable to turn this on"
  2258     "on a mac (and maybe on others), it is preferable to turn this on"