User's Guide

Changing the icon

For your convenience, abtico50.dll contains various icons and bitmaps for the samples in this book. To change the default icon, add a class method to MyClipboardToolsView called abtInstanceGraphicsDescriptor with the following code:

abtInstanceGraphicsDescriptor
  "Answer the icon for this part."
  ^(AbtIconDescriptor new moduleName: 'abtico50'; id: 327)

Leave this method in your runtime application, MyRunSamplePartsApp.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]