Title Banner

Previous Book Contents Book Index Next

Newton Developer Technical Information: Newton Programmer's Guide: 2.1 OS Addendum /
Chapter 11 - Miscellaneous / Reference
Functions and Methods / Built-In Applications


Reconfigure

buttonBar:Reconfigure(newSetup)

Reconfigures the button bar.

newSetup
A frame with fixed and mobile slots. Each slot should contain an array of part entries or application symbols. The icons in fixed are not draggable, while the ones in mobile are. The ordering of these arrays is important; it determines the order of the icons in the button bar.

return value
Undefined; do not rely on it.

DISCUSSION

To send this method use code such as the following:

local bb := GetRoot().Buttons;

if (bb.soft) then bb:Reconfigure()


Previous Book Contents Book Index Next

© Apple Computer, Inc.
26 APR 1997



Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help