mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +08:00
Documentation fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Bitmap drawing routines for the Fast Light Tool Kit (FLTK).
|
// Bitmap drawing routines for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
// Copyright 1998-2016 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software. Distribution and use rights are outlined in
|
// This library is free software. Distribution and use rights are outlined in
|
||||||
// the file "COPYING" which should have been included with this file. If this
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -363,7 +363,7 @@ void Fl_Xlib_Graphics_Driver::draw(Fl_Bitmap *bm, int XP, int YP, int WP, int HP
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The destructor free all memory and server resources that are used by
|
The destructor frees all memory and server resources that are used by
|
||||||
the bitmap.
|
the bitmap.
|
||||||
*/
|
*/
|
||||||
Fl_Bitmap::~Fl_Bitmap() {
|
Fl_Bitmap::~Fl_Bitmap() {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Fl_XBM_Image routines.
|
// Fl_XBM_Image routines.
|
||||||
//
|
//
|
||||||
// Copyright 1997-2010 by Bill Spitzak and others.
|
// Copyright 1997-2016 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software. Distribution and use rights are outlined in
|
// This library is free software. Distribution and use rights are outlined in
|
||||||
// the file "COPYING" which should have been included with this file. If this
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -37,7 +37,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
The constructor loads the named XBM file from the given name filename.
|
The constructor loads the named XBM file from the given name filename.
|
||||||
<P>The destructor free all memory and server resources that are used by
|
|
||||||
|
The destructor frees all memory and server resources that are used by
|
||||||
the image.
|
the image.
|
||||||
*/
|
*/
|
||||||
Fl_XBM_Image::Fl_XBM_Image(const char *name) : Fl_Bitmap((const char *)0,0,0) {
|
Fl_XBM_Image::Fl_XBM_Image(const char *name) : Fl_Bitmap((const char *)0,0,0) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Fl_XPM_Image routines.
|
// Fl_XPM_Image routines.
|
||||||
//
|
//
|
||||||
// Copyright 1997-2010 by Bill Spitzak and others.
|
// Copyright 1997-2016 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software. Distribution and use rights are outlined in
|
// This library is free software. Distribution and use rights are outlined in
|
||||||
// the file "COPYING" which should have been included with this file. If this
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -46,7 +46,8 @@ static int hexdigit(int x) { // I - Hex digit...
|
|||||||
#define INITIALLINES 256
|
#define INITIALLINES 256
|
||||||
/**
|
/**
|
||||||
The constructor loads the XPM image from the name filename.
|
The constructor loads the XPM image from the name filename.
|
||||||
<P>The destructor free all memory and server resources that are used by
|
|
||||||
|
The destructor frees all memory and server resources that are used by
|
||||||
the image.
|
the image.
|
||||||
*/
|
*/
|
||||||
Fl_XPM_Image::Fl_XPM_Image(const char *name) : Fl_Pixmap((char *const*)0) {
|
Fl_XPM_Image::Fl_XPM_Image(const char *name) : Fl_Pixmap((char *const*)0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user