EnterBox.st
changeset 2227 58426f7611f2
parent 2081 7a72a50c0f22
child 2444 a8c1811e9f9c
--- a/EnterBox.st	Mon Aug 21 13:23:26 2000 +0200
+++ b/EnterBox.st	Tue Aug 22 00:45:25 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg' }"
+
 DialogBox subclass:#EnterBox
 	instanceVariableNames:'labelField enterField trimBlanks'
 	classVariableNames:''
@@ -318,7 +320,7 @@
     "Created: 16.11.1995 / 21:25:08 / cg"
 ! !
 
-!EnterBox methodsFor:'accessing - behavior'!
+!EnterBox methodsFor:'accessing-behavior'!
 
 entryCompletionBlock:aBlock
     "define an entryCompletion block; if nonNil, that one
@@ -342,7 +344,7 @@
     "Created: 22.5.1996 / 15:23:45 / cg"
 ! !
 
-!EnterBox methodsFor:'accessing - components'!
+!EnterBox methodsFor:'accessing-components'!
 
 enterField
     "provide access to the entryfield"
@@ -360,7 +362,7 @@
     "Created: 16.11.1995 / 21:23:48 / cg"
 ! !
 
-!EnterBox methodsFor:'accessing - contents'!
+!EnterBox methodsFor:'accessing-contents'!
 
 contents
     "return my contents"
@@ -393,7 +395,7 @@
     enterField selectFromLine:1 col:start toLine:1 col:stop
 ! !
 
-!EnterBox methodsFor:'accessing - look'!
+!EnterBox methodsFor:'accessing-look'!
 
 noCancel
     "make the cancel button invisible - i.e. only the ok button is shown.
@@ -672,5 +674,5 @@
 !EnterBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.52 1999-12-09 22:51:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.53 2000-08-21 22:43:50 cg Exp $'
 ! !