DataSetBuilder.st
changeset 2840 3fc46b951a0f
parent 2816 1832d595db94
child 2903 8470507f8cd8
equal deleted inserted replaced
2839:25c0162deb43 2840:3fc46b951a0f
   246 
   246 
   247 #colorsBackgroundLabelColor
   247 #colorsBackgroundLabelColor
   248 'The background color of the label.'
   248 'The background color of the label.'
   249 
   249 
   250 #colorsBackgroundSelector
   250 #colorsBackgroundSelector
   251 'Optional selector returning the background color for the cell.'
   251 'Optional selector returning the background color for the cell (with optional row/column args).'
   252 
   252 
   253 #colorsForegroundCellColor
   253 #colorsForegroundCellColor
   254 'The foreground color of the cell.'
   254 'The foreground color of the cell (with optional row/column args).'
   255 
   255 
   256 #colorsForegroundLabelColor
   256 #colorsForegroundLabelColor
   257 'The foreground color of the label.'
   257 'The foreground color of the label.'
   258 
   258 
   259 #colorsForegroundSelector
   259 #colorsForegroundSelector
   384 
   384 
   385 #valuesXChoicesSelector
   385 #valuesXChoicesSelector
   386 'Selector to get a collection of translated choices for a cell having a ComboBox or a ComboList widget.'
   386 'Selector to get a collection of translated choices for a cell having a ComboBox or a ComboList widget.'
   387 
   387 
   388 )
   388 )
       
   389 
       
   390     "Modified: / 01-04-2011 / 16:23:39 / cg"
   389 ! !
   391 ! !
   390 
   392 
   391 !DataSetBuilder class methodsFor:'image specs'!
   393 !DataSetBuilder class methodsFor:'image specs'!
   392 
   394 
   393 newColumnIcon
   395 newColumnIcon
   918                     adjust: right
   920                     adjust: right
   919                   )
   921                   )
   920                  (ColorMenuSpec
   922                  (ColorMenuSpec
   921                     name: 'selFgMenu'
   923                     name: 'selFgMenu'
   922                     layout: (LayoutFrame 115 0 -1 0 -3 1.0 21 0)
   924                     layout: (LayoutFrame 115 0 -1 0 -3 1.0 21 0)
   923                     activeHelpKey: selectedForegroundCellColorSelector
   925                     activeHelpKey: selectedForegroundCellColor
   924                     model: selectedForegroundColor
   926                     model: selectedForegroundColor
   925                     labelsAreColored: true
   927                     labelsAreColored: true
   926                   )
   928                   )
   927                  (LabelSpec
   929                  (LabelSpec
   928                     label: 'Background:'
   930                     label: 'Background:'
   987             )
   989             )
   988            )
   990            )
   989          
   991          
   990         )
   992         )
   991       )
   993       )
       
   994 
       
   995     "Modified: / 01-04-2011 / 16:26:37 / cg"
   992 !
   996 !
   993 
   997 
   994 defineClassNameSpec
   998 defineClassNameSpec
   995     "This resource specification was automatically generated
   999     "This resource specification was automatically generated
   996      by the UIPainter of ST/X."
  1000      by the UIPainter of ST/X."