VariablePanelController.st
changeset 150 9411bf3927d9
parent 131 208fa92f434d
child 161 a33764a0af35
--- a/VariablePanelController.st	Mon Aug 28 23:12:11 1995 +0200
+++ b/VariablePanelController.st	Tue Aug 29 18:44:52 1995 +0200
@@ -35,9 +35,19 @@
 "
 !
 
+documentation
+"
+    An abstract class for variablePanel controllers;
+    normally, not used directly by applications, these are created automatically
+    whenever a variablePanel is created.
+    Instances are responsible for tracking the mouse pointer and resize the
+    views (a panel) subviews as appropriate.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libwidg/VariablePanelController.st,v 1.3 1995-06-27 02:24:31 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariablePanelController.st,v 1.4 1995-08-29 16:44:40 claus Exp $
 "
 ! !