-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.htm
More file actions
35 lines (35 loc) · 1.45 KB
/
intro.htm
File metadata and controls
35 lines (35 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-au">
<head>
<title>User's Guide</title>
</head>
<body>
<table style="width: 100%; text-align: left;" border="0" cellpadding="3"
cellspacing="3">
<tbody>
<tr>
<td align="undefined" valign="undefined"><br>
</td>
<td>
<h1 style="color: rgb(153, 0, 0); font-style: italic;"><small>Introduction</small></h1>
<p>FLTK, the fast light toolkit (pronounced <em>fulltick</em>) is an efficient graphical user interface library (GUI) for C++. It comes with the Fluid rapid application development (RAD) tool to help design windows and dialogs.</p>
<p>An understanding of C++ and of event-driven programming is all that is required to use FLTK.</p>
<p><a href="fltk-1.3.0rc3-doc/index.html"><img style="width: 20px; height: 20px;" alt="quicydoc img"
src="../pics/QuincyDoc.gif" align="absmiddle"> The FLTK manual is</a> essential reference.</p>
<p><a href="../../tutorials/fltk/intro.htm"><img style="width: 20px; height: 20px;" alt="quicydoc img"
src="../pics/QuincyDoc.gif" align="absmiddle"> Several tutorials and FLTK code examples</a> are available. </p>
</td>
<td align="undefined" valign="undefined"><br>
</td>
</tr>
</tbody>
</table>
<h1
style="color: rgb(153, 0, 0); font-style: italic; text-align: center;"><br>
</h1>
<h1 style="color: rgb(153, 0, 0); font-style: italic;"><br>
</h1>
<br>
<br>
</body>
</html>