• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Dec-2017-

Makefile.amH A D17-Aug-2017476 1914

Makefile.inH A D05-Dec-201724.5 KiB786695

READMEH A D16-Mar-2016421 159

simpleDemo.cH A D27-Mar-20175.7 KiB17687

simpleDemo.manH A D16-Mar-20161.5 KiB3914

README

1/* $XConsortium: README /main/3 1996/07/15 14:01:22 drk $ */
2                   README File for simpleDemo Example
3
4The simpleDemo example demonstrates how to instantiate the ExmSimple
5demonstration widget in a C application. To build the program, just type
6
7 $ make
8
9To run the program, just type:
10
11 $ simpleDemo
12
13For an explanation of how this program works, see Chapter 2 of the
14"OSF/Motif Widget Writer's Guide."
15