mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 04:07:23 +00:00
10 lines
459 B
Markdown
10 lines
459 B
Markdown
|
WDEF sample program
|
||
|
===================
|
||
|
|
||
|
This sample program serves several purposes.
|
||
|
|
||
|
1. It shows how to write a basic classic Mac application with windows, menus and desk accessories.
|
||
|
2. It shows how to write a very primitive custom window definition (WDEF).
|
||
|
3. It shows how to compile a WDEF (or a similar code resource) and include it in an application.
|
||
|
4. It shows how to avoid 3. and include the window definition procedure directly in the application.
|