Buttons: Copyright © 1993, 1994 by Apple Computer, Inc. All rights reserved. by Kent Sandvik & Maurice Sharp Env: NTK 1.0.1 Purpose: ¥ Show how to do various things using buttons, we have three examples: 1) Call DoPopup inside the button so it suddenly behaves like a popup button 2) Show how to place a group of buttons inside a view that could be dragged 3) Show how to draw small pictures inside a button itself. 4) Shows how to do a fake protoShowBar style button (the prototype used for the filing button), in other words a check mark to the left of the selected item, and a diamond to the left of the button text. This is done dynamically (in other words new entries could be added during runtime). Change History v4 - changed top popup button to comply with UI guidelines, (popup overlaps button, button stays highlighted while popup is open.) changed buttons in floater pallete to conform with UI guidelines used new protos protoAdjustoButton and protoAdjustoClusterButton to auto-size buttons based on their text.