GraphColumnView3DSpec.st
changeset 1260 601b187cf4c4
parent 905 26d56c258014
child 1655 227e03cb343e
equal deleted inserted replaced
1259:be271bf31e4b 1260:601b187cf4c4
   129                 )
   129                 )
   130                  #(#InputFieldSpec
   130                  #(#InputFieldSpec
   131                     #name: 'XField'
   131                     #name: 'XField'
   132                     #layout: #(#LayoutFrame 80 0 52 0 -2 1.0 74 0)
   132                     #layout: #(#LayoutFrame 80 0 52 0 -2 1.0 74 0)
   133                     #model: #rotateX
   133                     #model: #rotateX
       
   134                     #acceptChannel: #acceptChannel
       
   135                     #modifiedChannel: #modifiedChannel
   134                 )
   136                 )
   135                  #(#LabelSpec
   137                  #(#LabelSpec
   136                     #name: 'YLabel'
   138                     #name: 'YLabel'
   137                     #layout: #(#AlignmentOrigin 75 0 85 0 1 0.5)
   139                     #layout: #(#AlignmentOrigin 75 0 85 0 1 0.5)
   138                     #label: 'Y:'
   140                     #label: 'Y:'
   141                 )
   143                 )
   142                  #(#InputFieldSpec
   144                  #(#InputFieldSpec
   143                     #name: 'YField'
   145                     #name: 'YField'
   144                     #layout: #(#LayoutFrame 80 0 75 0 -2 1.0 97 0)
   146                     #layout: #(#LayoutFrame 80 0 75 0 -2 1.0 97 0)
   145                     #model: #rotateY
   147                     #model: #rotateY
       
   148                     #acceptChannel: #acceptChannel
       
   149                     #modifiedChannel: #modifiedChannel
   146                 )
   150                 )
   147                  #(#LabelSpec
   151                  #(#LabelSpec
   148                     #name: 'ZLabel'
   152                     #name: 'ZLabel'
   149                     #layout: #(#AlignmentOrigin 75 0 108 0 1 0.5)
   153                     #layout: #(#AlignmentOrigin 75 0 108 0 1 0.5)
   150                     #label: 'Z:'
   154                     #label: 'Z:'
   153                 )
   157                 )
   154                  #(#InputFieldSpec
   158                  #(#InputFieldSpec
   155                     #name: 'ZField'
   159                     #name: 'ZField'
   156                     #layout: #(#LayoutFrame 80 0 98 0 -2 1.0 120 0)
   160                     #layout: #(#LayoutFrame 80 0 98 0 -2 1.0 120 0)
   157                     #model: #rotateZ
   161                     #model: #rotateZ
       
   162                     #acceptChannel: #acceptChannel
       
   163                     #modifiedChannel: #modifiedChannel
   158                 )
   164                 )
   159               )
   165               )
   160           )
   166           )
   161       )
   167       )
   162 
   168 
   215                 )
   221                 )
   216                  #(#InputFieldSpec
   222                  #(#InputFieldSpec
   217                     #name: 'zoomZField'
   223                     #name: 'zoomZField'
   218                     #layout: #(#LayoutFrame 161 0 187 0 -2 1.0 209 0)
   224                     #layout: #(#LayoutFrame 161 0 187 0 -2 1.0 209 0)
   219                     #model: #zoomZ
   225                     #model: #zoomZ
       
   226                     #acceptChannel: #acceptChannel
       
   227                     #modifiedChannel: #modifiedChannel
   220                 )
   228                 )
   221               )
   229               )
   222           )
   230           )
   223       )
   231       )
   224 
   232 
   320 ! !
   328 ! !
   321 
   329 
   322 !GraphColumnView3DSpec class methodsFor:'documentation'!
   330 !GraphColumnView3DSpec class methodsFor:'documentation'!
   323 
   331 
   324 version
   332 version
   325     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView3DSpec.st,v 1.6 1998-05-29 19:33:16 cg Exp $'
   333     ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView3DSpec.st,v 1.7 1999-03-19 14:08:50 cg Exp $'
   326 ! !
   334 ! !