diff -r d8957c9cb38c -r 79538500354a DataSetBuilder.st --- a/DataSetBuilder.st Thu Oct 15 18:08:27 2009 +0200 +++ b/DataSetBuilder.st Mon Oct 19 13:22:26 2009 +0200 @@ -214,12 +214,6 @@ #basicsFont 'Sets the font of the labeled text.' -#isSortable -'Adds indicator to allow user to sort rows based on this column.' - -#sortSelector -'Sent to the row to extract the column-value used for sorting' - #basicsJustification 'Aligns the label to the left, right, or center in the cell.' @@ -313,6 +307,9 @@ #isResizable 'Column can be resized by user.' +#isSortable +'Adds indicator to allow user to sort rows based on this column.' + #pickColumns 'Select an open view and readOut the column specification from it.' @@ -352,6 +349,9 @@ #showSelectionHighLighted 'Show selected cell highligthened (change fg/bg color).' +#sortSelector +'Sent to the row to extract the value used for sorting. If a block is returned, that one is used as sortBlock.' + #usePreferredWidth 'Compute width from first 10 row items.' @@ -1605,7 +1605,7 @@ (LabelSpec label: 'Sort Selector:' name: 'sortSelector' - layout: (AlignmentOrigin 90 0 42 0 1 0.5) + layout: (LayoutFrame 18 0 33 0 90 0 51 0) activeHelpKey: sortSelector translateLabel: true resizeForLabel: true @@ -4330,4 +4330,8 @@ version ^ '$Header$' +! + +version_CVS + ^ '$Header$' ! !