CheckBox.st
changeset 4684 825ea8638c00
parent 4659 4c833dabb9f8
child 4913 68829b96da60
equal deleted inserted replaced
4683:a7e27828e009 4684:825ea8638c00
   722 
   722 
   723     (styleSheet at:#'focusHighlightStyle') == #win95 ifTrue:[
   723     (styleSheet at:#'focusHighlightStyle') == #win95 ifTrue:[
   724         labelView hasFocus:true.
   724         labelView hasFocus:true.
   725         labelView invalidate.
   725         labelView invalidate.
   726     ] ifFalse:[
   726     ] ifFalse:[
   727         ^ super showFocus:explicit
   727         super showFocus:explicit
   728     ]
   728     ]
   729 
   729 
   730     "Created: / 17.9.1998 / 14:11:49 / cg"
   730     "Created: / 17.9.1998 / 14:11:49 / cg"
   731     "Modified: / 17.9.1998 / 14:19:33 / cg"
   731     "Modified: / 17.9.1998 / 14:19:33 / cg"
   732 !
   732 !
   942 ! !
   942 ! !
   943 
   943 
   944 !CheckBox class methodsFor:'documentation'!
   944 !CheckBox class methodsFor:'documentation'!
   945 
   945 
   946 version
   946 version
   947     ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.90 2014-08-03 23:54:48 vrany Exp $'
   947     ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.91 2014-12-03 23:49:16 cg Exp $'
   948 !
   948 !
   949 
   949 
   950 version_CVS
   950 version_CVS
   951     ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.90 2014-08-03 23:54:48 vrany Exp $'
   951     ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.91 2014-12-03 23:49:16 cg Exp $'
   952 ! !
   952 ! !
   953 
   953