summaryrefslogtreecommitdiff
path: root/documentation/basics.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 02:30:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 02:30:34 +0000
commit561052191096d72b321f676401fbc8c7476a5990 (patch)
tree17667b261c1fc9f96c0f96dd4573cf4c0a728049 /documentation/basics.html
parent14f432133081273396d48e4322115d6fc1860727 (diff)
Doco updates.
Reset cursor when changing the current pane in an Fl_Wizard widget. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2648 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/basics.html')
-rw-r--r--documentation/basics.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/basics.html b/documentation/basics.html
index a92f67f75..10a6b58d0 100644
--- a/documentation/basics.html
+++ b/documentation/basics.html
@@ -216,6 +216,22 @@ CC ... -L/usr/local/lib -lfltk -lXext -lX11 -lm
gcc ... -L/usr/local/lib -lfltk -lXext -lX11 -lm
</PRE></UL>
+<P>Aside from the "fltk" library, there is also a "fltk_forms"
+library for the XForms compatibility classes, "fltk_gl" for the
+OpenGL and GLUT classes, and "fltk_images" for the image file
+classes, <A
+HREF="Fl_Help_Dialog.html#Fl_Help_Dialog"><CODE>Fl_Help_Dialog</CODE></A>
+widget, and system icon support.
+
+<CENTER><TABLE WIDTH="80%" BORDER="1" CELLPADDING="10" BGCOLOR="#cccccc">
+<TR>
+ <TD><B>Note:</B>
+ <P>The libraries are named "fltk.lib", "fltkgl.lib", "fltkforms.lib",
+ and "fltkimages.lib", respectively under Windows.
+ </TD>
+</TR>
+</TABLE></CENTER>
+
<P>As before, the <TT>fltk-config</TT> script included with FLTK can be
used to get the options that are required by your linker:</P>