UIHelpTool.st
changeset 261 deaa4815065c
parent 204 8dcd7f22e4d1
child 286 23712b1d3f3d
equal deleted inserted replaced
260:bf00ccde13f9 261:deaa4815065c
   109                     #'adjust:' #left
   109                     #'adjust:' #left
   110                     #'resizeForLabel:' false
   110                     #'resizeForLabel:' false
   111                 )
   111                 )
   112                  #(#ComboBoxSpec
   112                  #(#ComboBoxSpec
   113                     #'name:' 'comboBox'
   113                     #'name:' 'comboBox'
   114                     #'layout:' #(#LayoutFrame 46 0 1 0 0 1.0 21 0)
   114                     #'layout:' #(#LayoutFrame 48 0 1 0 0 1.0 23 0)
   115                     #'activeHelpKey:' #activeHelpAccessKey
   115                     #'activeHelpKey:' #activeHelpAccessKey
   116                     #'tabable:' true
   116                     #'tabable:' true
   117                     #'comboList:' #listChannel
   117                     #'comboList:' #listChannel
   118                 )
   118                 )
   119                  #(#LabelSpec
   119                  #(#LabelSpec
   124                     #'resizeForLabel:' false
   124                     #'resizeForLabel:' false
   125                 )
   125                 )
   126               )
   126               )
   127           )
   127           )
   128       )
   128       )
       
   129 
       
   130     "Modified: 28.7.1997 / 14:15:27 / cg"
   129 ! !
   131 ! !
   130 
   132 
   131 !UIHelpTool class methodsFor:'misc'!
   133 !UIHelpTool class methodsFor:'misc'!
   132 
   134 
   133 applicationClassAssociatedWith:aClass
   135 applicationClassAssociatedWith:aClass