Shadow Related Methods

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

┌──────────────────────────────┬──────────────────────────────┐
│Method Name                   │Description                   │
├──────────────────────────────┼──────────────────────────────┤
│wpQueryShadowedObject         │Returns a pointer to the      │
│                              │object this shadow is linked  │
│                              │to.                           │
└──────────────────────────────┴──────────────────────────────┘

A program or Workplace Shell object would call the following methods to set information about a shadow object. These methods are normally not overridden.

┌──────────────────────────────┬──────────────────────────────┐
│Method Name                   │Description                   │
├──────────────────────────────┼──────────────────────────────┤
│wpSetLinkToObject             │Changes a shadow object to    │
│                              │link to a new object.         │
├──────────────────────────────┼──────────────────────────────┤
│wpSetShadowTitle              │Changes the title of a shadow │
│                              │object without changing the   │
│                              │title of the object the shadow│
│                              │is linked to.                 │
└──────────────────────────────┴──────────────────────────────┘


[Back: Program Reference and Program File Related Methods]
[Next: View Related Methods]