Index for ftp://ftp.gno.org/pub/apple2/gs.specific/programming/examples/apps This index was last updated: Thu Aug 16 0:32:41 2001 ---------------------------------------------------------------------- accesspriv.shk This program demonstrates issuing calls to the GS/OS AppleShare File System Translator (AppleShare FST). Written in APW C. aware.shk Aware is intended to show how easy it is to make an application reasonably AppleShare-aware without having to use network-specific routines or calls. It shows off the @ prefix of Apple IIGS System Software 5.0 and the GS/OS class 1 Open call. Written in APW C. busybox.shk BusyBox demonstrates general uses of new Apple IIGS System Software 5.0 features. This sample specifically shows how little an application needs to do to get a lot done and how much is automatically handled by the toolbox. It uses NewWindow2 and TaskMaster extensively. Written in APW C, Pascal, assembly. custctrl.shk This sample program addresses the art of creating and supporting custom controls. BoxCtrl generates a rectangle with small marks at each midpoint and corner. Clicking and dragging the mouse when the cursor is over a mark causes the rectangle to shrink, grow, and move. Written in APW assembly. lhext21.shk GS/OS Application to unpack LHA/LZH files. Includes source code.