PopUpList.st
changeset 63 f4eaf04d1eaf
parent 59 450ce95a72a4
child 70 14443a9ea4ec
--- a/PopUpList.st	Thu Nov 17 15:34:12 1994 +0100
+++ b/PopUpList.st	Thu Nov 17 15:38:53 1994 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.3 1994-10-10 03:02:34 claus Exp $
+$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.4 1994-11-17 14:38:24 claus Exp $
 '!
 
 !PopUpList class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.3 1994-10-10 03:02:34 claus Exp $
+$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.4 1994-11-17 14:38:24 claus Exp $
 "
 !
 
@@ -51,7 +51,11 @@
     a PopUpList is basically a button with a popup menu.
     The PopUpLists label is showing the current selection from the
     list.
+"
+!
 
+examples
+"
     example use:
 
      |p|