From 4ab82443bd55b96f7db233e47b94338f70c01238 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Thu, 15 Jun 2000 05:37:40 +0000 Subject: Added a bunch of missing FL_EXTERN's to glut.h (I have not really tested this, but I believe this is why I keep getting mail about glut not linking on win32. If anybody can check this please do so!) Fix for sliders so that clicking on one with a small (or zero) slider_size will not move the slider. I put Fl_Button.H in fl_shortcut.cxx so that it gets the FL_EXTERN for fl_old_shortcut() (and also assures the declarations match). Fixed xpaint link in the documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1212 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/fluid.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/fluid.html b/documentation/fluid.html index b4a4cc2cd..45ceb9e60 100644 --- a/documentation/fluid.html +++ b/documentation/fluid.html @@ -877,11 +877,14 @@ FLTK and FLUID simulate this transparency rather badly. It will use the color() of the widget as the background, and all widgets using the same pixmap are assummed to have the same color. This may be fixed in the future or on non-X systems.

-

I have not found any good editors for small iconic pictures. For -pixmaps I have used -XPaint. This (and most other) painting programs are designed for -large full color images and are difficult to use to edit an image of -small size and few colors.

+ +

I have not found any good editors for small iconic pictures. For +pixmaps I have used XPaint. +This (and most other) painting programs are designed for large full +color images and are difficult to use to edit an image of small size +and few colors.

+

GIF files

FLUID will also read GIF image files. These files are often used on html documents to make icons. This lets you use nice icons that you -- cgit v1.2.3