UserPreferences.st
changeset 22510 16f285076355
parent 22509 2eab1afa5e91
child 22658 a6fd8eb664d0
equal deleted inserted replaced
22509:2eab1afa5e91 22510:16f285076355
  1938      and unix machines and wants to have the same feeling.
  1938      and unix machines and wants to have the same feeling.
  1939      Return: #left to force at left, #right to force to the right, 
  1939      Return: #left to force at left, #right to force to the right, 
  1940              nil to use whatever the stylesheet uses"
  1940              nil to use whatever the stylesheet uses"
  1941 
  1941 
  1942     ^ self at:#enforcedPositionOfOKButtonInDialogs ifAbsent:[ nil ]
  1942     ^ self at:#enforcedPositionOfOKButtonInDialogs ifAbsent:[ nil ]
       
  1943 
       
  1944     "
       
  1945      UserPreferences current enforcedPositionOfOKButtonInDialogs
       
  1946      UserPreferences current enforcedPositionOfOKButtonInDialogs:#left
       
  1947      UserPreferences current enforcedPositionOfOKButtonInDialogs:nil
       
  1948     "
  1943 !
  1949 !
  1944 
  1950 
  1945 enforcedPositionOfOKButtonInDialogs:aSymbolOrNil
  1951 enforcedPositionOfOKButtonInDialogs:aSymbolOrNil
  1946     "this can be used to override any setting from the viewStyle,
  1952     "this can be used to override any setting from the viewStyle,
  1947      and force it to true. This is a customer request and useful if either
  1953      and force it to true. This is a customer request and useful if either