FileApplicationNoteBook.st
changeset 3950 b16ce71ea664
parent 3948 ce1901787f51
child 3951 af8ef74cb43b
--- a/FileApplicationNoteBook.st	Mon Oct 07 13:53:21 2002 +0200
+++ b/FileApplicationNoteBook.st	Mon Oct 07 19:30:26 2002 +0200
@@ -3299,9 +3299,9 @@
      the UIPainter may not be able to read the specification."
 
     "
-     UIPainter new openOnClass:NoteBookApplication::TextEditor andSelector:#windowSpec
-     NoteBookApplication::TextEditor new openInterface:#windowSpec
-     NoteBookApplication::TextEditor open
+     UIPainter new openOnClass:FileApplicationNoteBook::TextEditor andSelector:#windowSpec
+     FileApplicationNoteBook::TextEditor new openInterface:#windowSpec
+     FileApplicationNoteBook::TextEditor open
     "
 
     <resource: #canvas>
@@ -3315,7 +3315,7 @@
           #name: 'TextEditor'
           #min: #(#Point 10 10)
           #max: #(#Point 1024 768)
-          #bounds: #(#Rectangle 12 22 662 322)
+          #bounds: #(#Rectangle 370 396 1020 696)
         )
         #component: 
        #(#SpecCollection
@@ -3334,6 +3334,7 @@
               #hasVerticalScrollBar: true
               #modifiedChannel: #modifiedChannel
               #acceptCallBack: #accept
+              #allowDoIt: true
               #postBuildCallback: #postBuildTextEditor:
             )
            )
@@ -4461,5 +4462,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.5 2002-10-02 15:32:20 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.6 2002-10-07 17:30:26 cg Exp $'
 ! !