Palette Related Methods

A program or Workplace Shell object would call the following methods to get information about a palette object. A palette object would override these methods to define its characteristics.

┌──────────────────────────────┬──────────────────────────────┐
│Method Name                   │Description                   │
├──────────────────────────────┼──────────────────────────────┤
│wpQueryPaletteHelp            │Returns the help panel ID that│
│                              │is displayed when the Help    │
│                              │push button is pressed in an  │
│                              │open palette view.            │
├──────────────────────────────┼──────────────────────────────┤
│wpclsQueryEditString          │Returns the title for the Edit│
│                              │push button.                  │
└──────────────────────────────┴──────────────────────────────┘

A program or Workplace Shell object would call the following method to get information about a palette object. This method is normally not overridden.

┌──────────────────────────────┬──────────────────────────────┐
│Method Name                   │Description                   │
├──────────────────────────────┼──────────────────────────────┤
│wpQueryPaletteInfo            │Returns information about the │
│                              │palette.                      │
└──────────────────────────────┴──────────────────────────────┘

A program or Workplace Shell object would call the following method to set information about a palette object. This method is normally not overridden.

┌──────────────────────────────┬──────────────────────────────┐
│Method Name                   │Description                   │
├──────────────────────────────┼──────────────────────────────┤
│wpSetPaletteInfo              │Changes the current           │
│                              │information about the palette.│
└──────────────────────────────┴──────────────────────────────┘


[Back: Network Related Methods]
[Next: Power Related Methods]