mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 20:05:15 +00:00
.. | ||
CMakeLists.txt | ||
README.md | ||
wdef.c | ||
wdef.r | ||
wdefppc.r | ||
wdefshell.c | ||
wdefshell.r |
WDEF sample program
This sample program serves several purposes.
- It shows how to write a basic classic Mac application with windows, menus and desk accessories.
- It shows how to write a very primitive custom window definition (WDEF).
- It shows how to compile a WDEF (or a similar code resource) and include it in an application.
- It shows how to avoid 3. and include the window definition procedure directly in the application.