Doxygen: rewording for more clarity.

This commit is contained in:
ManoloFLTK 2019-04-14 09:54:55 +02:00
parent 0f6cbd1cda
commit bb5ef3b1d0
1 changed files with 3 additions and 3 deletions

View File

@ -121,13 +121,13 @@ protected:
public:
/**
Returns the current image width in FLTK units.
Returns the current image drawing width in FLTK units.
The values of w() and data_w() are identical unless scale() has been called
after which they may differ.
*/
int w() const {return w_;}
/**
Returns the current image height in FLTK units.
Returns the current image drawing height in FLTK units.
The values of h() and data_h() are identical unless scale() has been called
after which they may differ.
*/
@ -141,7 +141,7 @@ public:
*/
int data_h() const {return data_h_;}
/**
Returns the current image depth.
Returns the image depth.
The return value will be 0 for bitmaps, 1 for
pixmaps, and 1 to 4 for color images.</P>
*/