From 561052191096d72b321f676401fbc8c7476a5990 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 4 Oct 2002 02:30:34 +0000 Subject: 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 --- documentation/basics.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'documentation/basics.html') 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 +

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, Fl_Help_Dialog +widget, and system icon support. + +

+ + + +
Note: +

The libraries are named "fltk.lib", "fltkgl.lib", "fltkforms.lib", + and "fltkimages.lib", respectively under Windows. +

+

As before, the fltk-config script included with FLTK can be used to get the options that are required by your linker:

-- cgit v1.2.3