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 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:


WhiteBox > Documentation > Introduction