UIPainter.st
changeset 939 6e2448fa0ba3
parent 938 6474ca79b6ad
child 950 3e227dc788be
--- a/UIPainter.st	Fri Jul 31 21:57:20 1998 +0200
+++ b/UIPainter.st	Tue Aug 04 02:46:22 1998 +0200
@@ -522,6 +522,7 @@
                               #layout: #(#LayoutFrame 80 0.11 28 0 14 1.0 50 0)
                               #tabable: true
                               #model: #methodNameChannel
+                              #group: #inputGroup
                           )
                            #(#LabelSpec
                               #name: 'classLabel'
@@ -536,6 +537,7 @@
                               #layout: #(#LayoutFrame 80 0.11 53 0 14 1.0 75 0)
                               #tabable: true
                               #model: #classNameChannel
+                              #group: #inputGroup
                           )
                            #(#LabelSpec
                               #name: 'superClassLabel'
@@ -568,7 +570,7 @@
           )
       )
 
-    "Modified: / 20.5.1998 / 02:18:19 / cg"
+    "Modified: / 4.8.1998 / 02:40:45 / cg"
 !
 
 dialogSpecForDefiningGridParameters
@@ -634,6 +636,7 @@
                               #layout: #(#LayoutFrame 154 0 87 0 207 0 109 0)
                               #model: #hspace
                               #type: #numberOrNil
+                              #group: #inputGroup
                           )
                            #(#LabelSpec
                               #name: 'VerticalPixelsLabel'
@@ -648,6 +651,7 @@
                               #layout: #(#LayoutFrame 154 0 112 0 207 0 134 0)
                               #model: #vspace
                               #type: #numberOrNil
+                              #group: #inputGroup
                           )
                         )
                     )
@@ -665,7 +669,7 @@
           )
       )
 
-    "Modified: / 20.5.1998 / 02:12:26 / cg"
+    "Modified: / 4.8.1998 / 02:40:54 / cg"
 !
 
 windowSpec