White Box
The White Box is a C++ FrameWork for MacOS applications.
So the White Box is a set of C++ classes that can be used to write a MacOS
Application without having to know the whole series of Inside Mac books.
The White Box FrameWork is made of two subsets:
- The Foundation Classes
- The Interface Classes
The Foundation Classes serves as the core for the whole FrameWork by introducing such
base classes as the WBObject - the root class for almost any classes of the
FrameWork -, the WBGarbageCollector - which allows some
kind of Garbage Collection - , etc...
The Interface Classes can be used to write a complete
MacOS savy application from scratch without having to worry about
MacOS ToolBox Initialization,
handling of events, resizements of Windows, etc...
Strong points of the White Box:
- It's Free (see the Legal Stuff for more information).
- The Source Code is available, free and you can modify it.
- The Interface is the same from MacOS 7.5 to MacOS 8.x
WhiteBox > Documentation > Introduction