Button.st
changeset 6075 47bab7b3cf8a
parent 6066 df9e03fcf83e
child 6093 539b1baa9968
equal deleted inserted replaced
6074:8fa5cda16ce0 6075:47bab7b3cf8a
  1945     "Modified: / 20-08-1998 / 12:07:37 / cg"
  1945     "Modified: / 20-08-1998 / 12:07:37 / cg"
  1946     "Modified (comment): / 05-10-2011 / 15:51:19 / az"
  1946     "Modified (comment): / 05-10-2011 / 15:51:19 / az"
  1947 !
  1947 !
  1948 
  1948 
  1949 initialize
  1949 initialize
       
  1950     <modifier: #super> "must be called if redefined"
       
  1951 
  1950     super initialize.
  1952     super initialize.
  1951 
  1953 
  1952     isReturnButton := defaultable := false.
  1954     isReturnButton := defaultable := false.
       
  1955 
       
  1956     "Modified: / 08-02-2017 / 00:32:44 / cg"
  1953 !
  1957 !
  1954 
  1958 
  1955 reinitialize
  1959 reinitialize
  1956     super reinitialize.
  1960     super reinitialize.
  1957     controller notNil ifTrue:[
  1961     controller notNil ifTrue:[