Update of /cvsroot/plib/plib/demos/p-guide/doc
In directory usw-pr-cvs1:/tmp/cvs-serv16047/p-guide/doc
Added Files:
p-guide.html
Log Message:
John F. Fay: Introduced P-GUIDE
--- NEW FILE: p-guide.html ---
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="John F. Fay">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
<title>PUI-Based GUI Designer (P-GUIDE) Documentation</title>
</head>
<body>
<h1>
P-GUIDE Documentation</h1>
<h1>
PUI-Based Graphical User Interface Designer</h1>
P-GUIDE comes up in three OpenGL windows. The first window is the
Main window in which the user arranges the widgets of his graphical user
interface. The second window is the Widget window which contains
one button for each PUI widget class. The third window is the Status
[...107 lines suppressed...]
cause a file selector widget to pop up for the user to enter a file name
into which the code is to be written. An entire file is written which
contains the necessary include, window data, a default font definition,
widget variable definitions, GLUT window callbacks, widget callbacks for
each widget, and a complete main program that creates and manages the GLUT
window, initializes PUI, creates the widgets, and calls the GLUT main loop.
(At the moment the widget definition calls are somewhat lacking and the
user will need to modify them before he can compile the code.)
<br>If the user clicks on the "Clear" button, all the widgets in the Main
window will be erased. If the user has changed the window at all
since the last time he wrote code or cleared the Main window, the program
will pop up a box asking if he is sure.
<br>If the user clicks on the "Quit" button, the program will stop.
Again, if there have been changes since the last code writing or clearing,
the program will ask if he is sure.
<br>
<br>
</body>
</html>
|