Class definition file: wppalet.idl
Class hierarchy SOMObject
WPObject
WPAbstract
WPPalette
Description
This is the palette object class. There are no instances of this class initially created by the system.
Instance methods
The following list shows all the WPPalette instance methods:
SOMObject instance methods
The following list shows all the instance methods overridden by the WPPalette class. These instance methods are overridden in order to modify the behavior defined by an ancestor class.
WPObject instance methods
The following list shows all the methods overridden by the WPPalette class. These methods are overridden to modify the behavior defined by an ancestor class.
wpSetup override by WPPalette
The following table shows the keyname-value pairs added by the WPPalette class.
┌───────────────┬───────────────┬──────────────────────────────┐│KEYNAME │VALUE │DESCRIPTION │ ├───────────────┼───────────────┼──────────────────────────────┤ │XCELLCOUNT │columns │Number of columns of cells. │ │ │ │If not specified, defaults to │ │ │ │13. │ ├───────────────┼───────────────┼──────────────────────────────┤ │YCELLCOUNT │rows │Number of rows of cells. If │ │ │ │not specified, defaults to 9. │ ├───────────────┼───────────────┼──────────────────────────────┤ │XCELLWIDTH │width │Width in dialog units of each │ │ │ │cell. │ ├───────────────┼───────────────┼──────────────────────────────┤ │YCELLHEIGHT │height │Height in dialog units of each│ │ │ │cell. │ ├───────────────┼───────────────┼──────────────────────────────┤ │XCELLGAP │gap │X separation in dialog units │ │ │ │between each cell. │ ├───────────────┼───────────────┼──────────────────────────────┤ │YCELLGAP │gap │Y separation in dialog units │ │ │ │between each cell. │ └───────────────┴───────────────┴──────────────────────────────┘
Example
pszSetupString="XCELLCOUNT=3,"
"YCELLCOUNT=4";
Class methods
The following list shows all the WPPalette class methods:
WPObject class methods
The following list shows all the class methods overridden by the WPPalette class. These methods are overridden to modify the behavior defined by an ancestor class.