VariableHorizontalPanel.st
changeset 5869 dfc26be6bf8d
parent 4315 2fae654d2a11
child 6509 110f6a02e2d5
--- a/VariableHorizontalPanel.st	Mon Sep 19 17:28:34 2016 +0200
+++ b/VariableHorizontalPanel.st	Thu Sep 22 14:54:57 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -11,6 +13,8 @@
 "
 "{ Package: 'stx:libwidg' }"
 
+"{ NameSpace: Smalltalk }"
+
 VariablePanel subclass:#VariableHorizontalPanel
 	instanceVariableNames:''
 	classVariableNames:''
@@ -132,7 +136,7 @@
                                                                         [exEnd]
 
 
-    better - with scrollBars (but thats another story ... see ScrollableView examples for more):
+    better - with scrollBars (but that's another story ... see ScrollableView examples for more):
                                                                         [exBegin]
         |top p v1 v2|
 
@@ -211,5 +215,6 @@
 !VariableHorizontalPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VariableHorizontalPanel.st,v 1.24 2011-09-29 11:20:08 cg Exp $'
+    ^ '$Header$'
 ! !
+