Tools__LintRuleSelectionDialog.st
branchjv
changeset 12205 f210b6224ef0
parent 12128 a7ff7d66ee85
child 12401 4714b9640528
equal deleted inserted replaced
12204:ba9ffe0fd036 12205:f210b6224ef0
   125           bounds: (Rectangle 0 0 600 400)
   125           bounds: (Rectangle 0 0 600 400)
   126         )
   126         )
   127         component: 
   127         component: 
   128        (SpecCollection
   128        (SpecCollection
   129           collection: (
   129           collection: (
   130            (VariableHorizontalPanelSpec
   130            (VariableVerticalPanelSpec
   131               name: 'RulesAndDescriptions'
   131               name: 'VariableVerticalPanel1'
   132               layout: (LayoutFrame 0 0 0 0 0 1 -30 1)
   132               layout: (LayoutFrame 0 0 0 0 0 1 -30 1)
   133               showHandle: true
       
   134               snapMode: both
       
   135               handlePosition: right
       
   136               component: 
   133               component: 
   137              (SpecCollection
   134              (SpecCollection
   138                 collection: (
   135                 collection: (
   139                  (SubCanvasSpec
   136                  (SubCanvasSpec
   140                     name: 'RuleList'
   137                     name: 'RuleList'
   178                     subAspectHolders: 
   175                     subAspectHolders: 
   179                    (Array
   176                    (Array
   180                       
   177                       
   181                      (SubChannelInfoSpec
   178                      (SubChannelInfoSpec
   182                         subAspect: ruleHolder
   179                         subAspect: ruleHolder
   183                         aspect: selectedRuleHolder
   180                         aspect: listSelection
   184                       )
   181                       )
   185                     )
   182                     )
   186                     createNewApplication: true
   183                     createNewApplication: true
   187                     createNewBuilder: true
   184                     createNewBuilder: true
   188                   )
   185                   )
   189                  )
   186                  )
   190                
   187                
   191               )
   188               )
   192               handles: (Any 0.99 1.0)
   189               handles: (Any 0.808108108108108 1.0)
   193               postBuildCallback: postBuildVariablePanel:
       
   194             )
   190             )
   195            (HorizontalPanelViewSpec
   191            (HorizontalPanelViewSpec
   196               name: 'BottonPanel'
   192               name: 'BottonPanel'
   197               layout: (LayoutFrame 0 0 -30 1 0 1 0 1)
   193               layout: (LayoutFrame 0 0 -30 1 0 1 0 1)
   198               horizontalLayout: fitSpace
   194               horizontalLayout: fitSpace
   213                  (ActionButtonSpec
   209                  (ActionButtonSpec
   214                     label: 'OK'
   210                     label: 'OK'
   215                     name: 'OKButton'
   211                     name: 'OKButton'
   216                     translateLabel: true
   212                     translateLabel: true
   217                     model: doAccept
   213                     model: doAccept
       
   214                     isDefault: true
       
   215                     defaultable: true
   218                     extent: (Point 296 22)
   216                     extent: (Point 296 22)
   219                   )
   217                   )
   220                  )
   218                  )
   221                
   219                
   222               )
   220               )
   223             )
   221             )
   224            )
   222            )
   225          
   223          
   226         )
   224         )
   227       )
   225       )
       
   226 
       
   227     "Modified: / 01-03-2012 / 10:50:28 / cg"
   228 ! !
   228 ! !
   229 
   229 
   230 !LintRuleSelectionDialog methodsFor:'accessing'!
   230 !LintRuleSelectionDialog methodsFor:'accessing'!
   231 
   231 
   232 selection
   232 selection
   330 ! !
   330 ! !
   331 
   331 
   332 !LintRuleSelectionDialog class methodsFor:'documentation'!
   332 !LintRuleSelectionDialog class methodsFor:'documentation'!
   333 
   333 
   334 version_CVS
   334 version_CVS
   335     ^ '§Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.2 2011/07/03 18:10:21 cg Exp §'
   335     ^ '§Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.3 2012/03/01 09:55:40 cg Exp §'
   336 !
   336 !
   337 
   337 
   338 version_SVN
   338 version_SVN
   339     ^ '$Id: Tools__LintRuleSelectionDialog.st 7854 2012-01-30 17:49:41Z vranyj1 $'
   339     ^ '$Id: Tools__LintRuleSelectionDialog.st 7952 2012-03-21 17:50:14Z vranyj1 $'
   340 ! !
   340 ! !