added access to field.
authorClaus Gittinger <cg@exept.de>
Sun, 26 Sep 1999 13:36:16 +0200
changeset 1560 8abb4de4f8f5
parent 1559 1e7f30057e22
child 1561 edac7f38341b
added access to field.
ComboView.st
--- a/ComboView.st	Fri Sep 24 19:09:27 1999 +0200
+++ b/ComboView.st	Sun Sep 26 13:36:16 1999 +0200
@@ -169,6 +169,15 @@
 
 !ComboView methodsFor:'accessing-components'!
 
+field
+    "return the field (input or label) component.
+     For knowledgable users only."
+
+    ^ field
+
+    "Created: / 26.9.1999 / 13:33:15 / cg"
+!
+
 menuButton
     "return the menuButton component"
 
@@ -606,5 +615,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.55 1999-09-21 12:22:58 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.56 1999-09-26 11:36:16 cg Exp $'
 ! !