add some comment
authorca
Sun, 23 Aug 1998 14:33:52 +0200
changeset 1086 2b5746c733f6
parent 1085 cebea5318863
child 1087 8e97cbfebe12
add some comment
DSVLabelView.st
--- a/DSVLabelView.st	Sat Aug 22 16:39:57 1998 +0200
+++ b/DSVLabelView.st	Sun Aug 23 14:33:52 1998 +0200
@@ -65,6 +65,15 @@
                                                 empty selection exists during pressing
                                                 a button.
 
+        enabled         <Boolean>               if a press action exists on a column
+                                                entry, this action could be enabled or
+                                                disabled.
+
+        enteredItem     <Item>                  current entered item; if a press action
+                                                is defined, this itenm is highlighted.
+                                                Used to redraw the item not highlighted
+                                                if the item is leaved.
+
 
     [author:]
         Claus Atzkern
@@ -648,5 +657,5 @@
 !DSVLabelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.17 1998-08-22 14:39:57 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.18 1998-08-23 12:33:52 ca Exp $'
 ! !