===============================================================================
   Objective C OS/2 PM and database library - README.TXT for sample programs
===============================================================================

This directory contains the following subdirectories:
----------------------------------------------------

address		Sample illustrating a simple addressbook for OS/2 PM using
		the PM class library and the database class library.
		(Window, Dialog, Listbox, Entryfields, Menu Items, Database
		 classes)

gnuplot		PM interface for gnuplot.exe. This program is described in
		the manual.
		(Dialog, Entryfields, Checkboxes, starting programs using a
		 pipe, Command Bindings).

listbox		This sample program shows a main window with a Listbox control.
		Every time, a new item is selected, the title of the window
		changes.
		(Window, Listbox, Delegation, catching PM messages)

makefile	This directory contains a sample makefile and it's accompanying
		makefile.preamble. Fill in the blanks to use it for your
		applications.

test		First sample program from manual, very very simple.
		(StdApp, StdWindow)

textview	Two versions of a simple text-file viewer
		(Window, Delegation, MultiLineEntryField)
