ToolApplicationModel.st
changeset 769 0fdaa6ecea6a
parent 768 5178394ec8f6
child 772 6164c303afde
--- a/ToolApplicationModel.st	Fri Jan 23 18:38:37 1998 +0100
+++ b/ToolApplicationModel.st	Fri Jan 23 18:48:01 1998 +0100
@@ -281,11 +281,11 @@
           #'window:' 
            #(#WindowSpec
               #'name:' 'unnamed canvas'
-              #'layout:' #(#LayoutFrame 264 0 340 0 563 0 399 0)
+              #'layout:' #(#LayoutFrame 325 0 361 0 624 0 420 0)
               #'label:' 'unnamed canvas'
               #'min:' #(#Point 100 22)
               #'max:' #(#Point 1152 900)
-              #'bounds:' #(#Rectangle 264 340 564 400)
+              #'bounds:' #(#Rectangle 325 361 625 421)
               #'usePreferredExtent:' false
           )
           #'component:' 
@@ -296,6 +296,7 @@
                     #'name:' 'cancelButton'
                     #'layout:' #(#LayoutFrame 5 0 0 0 -2 0.5 0 1)
                     #'label:' 'Cancel'
+                    #'tabable:' true
                     #'model:' #cancel
                     #'enableChannel:' #valueOfEnablingCommitButtons
                 )
@@ -303,6 +304,7 @@
                     #'name:' 'okButton'
                     #'layout:' #(#LayoutFrame 2 0.5 0 0.0 -5 1 0 1.0)
                     #'label:' 'OK'
+                    #'tabable:' true
                     #'model:' #accept
                     #'enableChannel:' #valueOfEnablingCommitButtons
                 )
@@ -330,11 +332,11 @@
           #'window:' 
            #(#WindowSpec
               #'name:' 'unnamed canvas'
-              #'layout:' #(#LayoutFrame 323 0 410 0 622 0 469 0)
+              #'layout:' #(#LayoutFrame 418 0 386 0 717 0 445 0)
               #'label:' 'unnamed canvas'
               #'min:' #(#Point 100 22)
               #'max:' #(#Point 1152 900)
-              #'bounds:' #(#Rectangle 323 410 623 470)
+              #'bounds:' #(#Rectangle 418 386 718 446)
               #'usePreferredExtent:' false
           )
           #'component:' 
@@ -345,12 +347,14 @@
                     #'name:' 'cancelButton'
                     #'layout:' #(#LayoutFrame 5 0 0 0 -2 0.5 0 1)
                     #'label:' 'Cancel'
+                    #'tabable:' true
                     #'model:' #cancel
                 )
                  #(#ActionButtonSpec
                     #'name:' 'okButton'
                     #'layout:' #(#LayoutFrame 2 0.5 0 0.0 -5 1 0 1.0)
                     #'label:' 'OK'
+                    #'tabable:' true
                     #'model:' #accept
                 )
               )
@@ -937,5 +941,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.13 1998-01-23 17:38:37 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.14 1998-01-23 17:48:01 tz Exp $'
 ! !