cellAt: aPoint putBackgroundColor: aString
Set the background color of the cell at the specified point.
cellAt: aPoint putForegroundColor: aString
Set the foreground color of the cell at the specified point.
cellAt: aPoint putImage: anImage
Set the image of the cell at the specified point.
cellAt: aPoint putLabel: aString
Set the label of the cell at the specified point.
cellImageAt: aPoint
Answer the image of the cell at the specified point.
cellLabelAt: aPoint
Answer the label of the cell at the specified point.
drawPolicy:
anIntegerSpecifies the drawing policy used in rendering buttons on the valueset. The drawing policy determines two things for a button:
numColumns: anInteger
Specifies the number of columns that are made to accommodate the receiver’s buttons. This attribute always sets the x-axis dimension.
numRows: anIntegerSpecifies the number of rows that are made to accommodate the receiver's buttons. This attribute always sets the y-axis dimension.
selection: aPointSpecifies the widget's initial selection.
Copyright 2005, 2015 Instantiations, Inc. All rights reserved.