1. |
-
Macintosh Toolbox Essentials [apple dev docs] [PDF version (909 pages)]
- nside Macintosh: Macintosh Toolbox Essentials describes how to implement essential user interface components in your Macintosh application. The Macintosh Toolbox is at the heart of the Macintosh.
URL: http://devworld.apple.com/techpubs/mac/Toolbox/Toolbox-2.html
|
2. |
-
Introduction to MacOS programming
- List of starting links for programming on a macintosh computer.
URL: http://developer.apple.com/macos
|
3. |
-
Sample MacOS code
- Samples are designed to work with CodeWarrior 2 or later and Universal Interfaces 3.2 unless otherwise noted. Archives can be uncompressed with StuffIt Expander 5.0 or later.
URL: http://developer.apple.com/samplecode/
|
4. |
-
Introduction to Menus
- A menu is a user interface element you can use in your application to allow the user to view or choose an item from a list of choices and commands that your application provides. Menus can appear in several different forms: pull-down menus, hierarchical menus, and pop-up menus.
URL: http://developer.apple.com/techpubs/mac/Toolbox/Toolbox-90.html
|
5. |
-
Sample Code: C++ TESample
- CPlusTESample download (146.4 KB) Version: 2.0.1 Date: Friday, November 18, 1994 Description: This version of TESample has been substantially reworked in C++ to show how a "typical" object-oriented program could be written. To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
URL: http://developer.apple.com/samplecode/Sample_Code/Overview/CPlusTESample.htm
|
6. |
-
Example Code: Sprocket
- This is a sample showing "guts" (framework) of a Macintosh application.
URL: http://developer.apple.com/samplecode/Sample_Code/Overview/Dave_Falkenburg_s_Sprocket.htm
|