ComboBoxButton.st
changeset 1292 12d0a583010d
parent 1281 94b22cb9c19f
child 1716 0e31e721d4ab
--- a/ComboBoxButton.st	Tue Mar 30 11:56:41 1999 +0200
+++ b/ComboBoxButton.st	Tue Mar 30 11:58:06 1999 +0200
@@ -21,8 +21,17 @@
     "Modified: 30.8.1997 / 02:45:43 / cg"
 ! !
 
+!ComboBoxButton methodsFor:'focus control'!
+
+wantsFocusWithButtonPress
+    "no, do not catch the keyboard focus on button click"
+
+    ^ false
+
+! !
+
 !ComboBoxButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxButton.st,v 1.2 1999-03-25 15:01:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxButton.st,v 1.3 1999-03-30 09:58:06 cg Exp $'
 ! !