-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.htm
More file actions
45 lines (45 loc) · 2.32 KB
/
intro.htm
File metadata and controls
45 lines (45 loc) · 2.32 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-au">
<head>
<title>FLTK Programmer'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.<br>
<br>
<img style="width: 22px; height: 22px;" alt="world icon"
src="../../pics/world.gif" align="absmiddle"> <a href="http://seriss.com/people/erco/fltk-videos/">Flash video tutorials</a> on the basics of FLTK and Fluid are offered by <em>Greg Ercolano</em>. <br>
<em>Erco</em> also offers useful examples on his <a href="http://seriss.com/people/erco/fltk/">FLTK Cheat Page</a>.<br>
</p>
<p><img style="width: 22px; height: 22px;" alt="world icon"
src="../../pics/world.gif" align="absmiddle">
<a href="http://www3.telus.net/public/robark/">A more in-depth guide</a> for FLTK beginners has been made available by <em>Robert Arkiletian</em>.</p>
<p><img style="width: 20px; height: 20px;" alt="quicydoc img"
src="../../pics/QuincyDoc.gif" align="absmiddle"> <a href="examples/FLTKsample.htm"> A complete set of FLTK examples</a> is available, with CubeView project for Code::Blocks and FLUID..</p>
<p><img style="width: 20px; height: 20px;" alt="quicydoc img"
src="../../pics/QuincyDoc.gif" align="absmiddle"> <a href="../../programmerHelp/fltk/fltk-1.3.0rc3-doc/index.html"> The official FLTK manual</a> is essential reference to use with the examples.</p>
<p></p>
<p><br>
</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>