PopUpView.st
changeset 616 56cf67c82664
parent 587 c0fb8bc13596
child 643 d58256573e17
--- a/PopUpView.st	Thu Apr 25 18:42:15 1996 +0200
+++ b/PopUpView.st	Thu Apr 25 19:17:58 1996 +0200
@@ -40,11 +40,14 @@
     a PopUpMenu. PopUpView itself is abstract, providing basic mechanisms.
     They are not decorated by window managers.
 
-    styleSheet parameters:
+    [styleSheet parameters:]
 
-	popupShadow         <Boolean>           if true, popupViews show a shadow below
-	popupLevel          <nil | Integer>     3D level
-	popupBorderWidth    <nil | Integer>     borderWidth
+        popupShadow         <Boolean>           if true, popupViews show a shadow below
+        popupLevel          <nil | Integer>     3D level
+        popupBorderWidth    <nil | Integer>     borderWidth
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -314,5 +317,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.26 1996-04-22 21:41:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.27 1996-04-25 17:17:11 cg Exp $'
 ! !