You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Gestalt (Mac OS)

From EverybodyWiki Bios & Wiki


Gestalt was a system call in the Apple Macintosh operating system System Software 6.0.4 in 1989 to allow applications to dynamically query what capabilities were present in the running system configuration.[1]

Term origin[edit]

By this time, the pace of Mac development had produced such a proliferation of hardware configurations and hardware and software add-ons from Apple and third parties that a simple version check was no longer enough to determine the features of the system. Instead, Gestalt maintains a dynamically-extensible table of OSType selector codes.

For instance, instead of checking the system version to deduce what version of the Sound Manager might be present, there is a separate Gestalt selector for directly querying the capabilities of the Sound Manager. Thus, it could be made possible for an application dependent on capabilities introduced in a newer Sound Manager to run on an older system which had the updated Sound Manager installed as an add-on, as well as on a newer system which had the new Sound Manager built-in. And of course the Sound Manager add-on could also query this Gestalt selector first to decide whether there was any point in installing itself into the current system.

The value returned by querying a selector code is 32 bits, whose meaning depends on the selector. Some selectors define this as a version code, while others use it as a bit mask of available capabilities. Some subsystems define both types of selectors, allowing querying of both the version number and the capabilities. Some even use a Gestalt selector to pass the address of a shared block of data, or even the address of code that could be called. Since the piece of code that installed a Gestalt selector could either install a simple static value or a callback that Gestalt would invoke every time somebody queried the selector, it was possible for the value returned to vary dynamically from call to call, to reflect information about the current state of the subsystem.

The Macintosh Programmer's Workshop also provided a tool named Gestalt which allowed the developer to test for various features using the command line.[2]

Origin of the name[edit]

Gestalt is a school of psychology that attempts to describe the whole of mental activity by analyzing its parts, and is often associated with the phrase "The whole is different than (or "more than") the sum of its parts". In the German language, this word means shape.

References[edit]

  1. "Gestalt Manager Reference".
  2. "Gestalt command reference". Archived from the original on June 4, 2011. Unknown parameter |url-status= ignored (help)


This article "Gestalt (Mac OS)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Gestalt (Mac OS). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.