diff -r 8e97cbfebe12 -r c2e474a7d0f2 DataSetColumn.st --- a/DataSetColumn.st Sun Aug 23 15:14:03 1998 +0200 +++ b/DataSetColumn.st Sun Aug 23 15:14:46 1998 +0200 @@ -14,10 +14,10 @@ Object subclass:#DataSetColumn - instanceVariableNames:'columnNumber dataSet labelExtent minWidth width description form - buttonInset buttonExtent textInset drawableAction toggleExtent - rendererType backgroundColor foregroundColor fgSelector - bgSelector columnAlignment label readSelector columnAdaptor' + instanceVariableNames:'columnNumber dataSet minWidth width description buttonExtent + drawableAction rendererType backgroundColor foregroundColor + fgSelector bgSelector columnAlignment label readSelector + columnAdaptor' classVariableNames:'' poolDictionaries:'' category:'Views-DataSet' @@ -50,23 +50,15 @@ columnNumber sequence number (into list of columns) - description the column description - dataSet the view it belongs to - width width of column - minWidth minimum required width by the column - buttonInset top inset of a button (toggle) - - buttonExtent extent of form + width width of column - textInset top inset of a string + description the column description - form
a form drawn in the cell - - labelExtent the preferred extent of the cell label on device + buttonExtent extent of drawable form drawableAction action to access the printable label of a cell @@ -86,6 +78,12 @@ bgSelector access specific background color for a cell + columnAlignment align text/icon #left #right or #center + in row (on default: #left). + + label