From 8448f781be0181ec4ce6755040c9619b67ad1583 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 12 Aug 2002 19:44:59 +0000 Subject: Doco updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2576 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Shared_Image.html | 8 ++++++-- documentation/functions.html | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Shared_Image.html b/documentation/Fl_Shared_Image.html index 0e2d3a2b2..88d5b30b8 100644 --- a/documentation/Fl_Shared_Image.html +++ b/documentation/Fl_Shared_Image.html @@ -22,8 +22,12 @@

Description

-

The Fl_Shared_Image class supports caching, loading, and -drawing of image files.

+

The Fl_Shared_Image class supports caching, loading, +and drawing of image files. Most applications will also want to +link against the fltk_images library and call the +fl_register_images() +function to support standard image formats such as BMP, GIF, JPEG, and PNG.

Methods

diff --git a/documentation/functions.html b/documentation/functions.html index ae502dffb..1af6abc93 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -1064,6 +1064,9 @@ as part of the core FLTK library for use with the Fl_Shared_Image class. +

This function is provided in the fltk_images +library. +

fl_rgb_color

-- cgit v1.2.3