diff options
Diffstat (limited to 'doc/man/man3/tqiconset.3qt')
-rw-r--r-- | doc/man/man3/tqiconset.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqiconset.3qt b/doc/man/man3/tqiconset.3qt index 50b5c90e4..396e01562 100644 --- a/doc/man/man3/tqiconset.3qt +++ b/doc/man/man3/tqiconset.3qt @@ -110,7 +110,7 @@ When scaling icons, TQIconSet uses smooth scaling, which can partially blend the .PP You can use the static function setIconSize() to set the preferred size of the generated large/small icons. The default small size is 22 x 22, while the default large size is 32 x 32. These sizes only affect generated icons. .PP -The isGenerated() function returns TRUE if an icon was generated by TQIconSet or by a factory; clearGenerated() clears all cached pixmaps. +The isGenerated() function returns true if an icon was generated by TQIconSet or by a factory; clearGenerated() clears all cached pixmaps. .SH "Making Classes that Use TQIconSet" If you write your own widgets that have an option to set a small pixmap, consider allowing a TQIconSet to be set for that pixmap. The TQt class TQToolButton is an example of such a widget. .PP @@ -208,11 +208,11 @@ Installs \fIfactory\fR as the icon factory for this iconset. The icon factory is .PP If no icon factory is installed, TQIconFactory::defaultFactory() is used. .SH "bool TQIconSet::isGenerated ( Size size, Mode mode, State state = Off ) const" -Returns TRUE if the pixmap with size \fIsize\fR, mode \fImode\fR and state \fIstate\fR is generated from other pixmaps; otherwise returns FALSE. +Returns true if the pixmap with size \fIsize\fR, mode \fImode\fR and state \fIstate\fR is generated from other pixmaps; otherwise returns false. .PP A pixmap obtained from a TQIconFactory is considered non-generated. .SH "bool TQIconSet::isNull () const" -Returns TRUE if the icon set is empty; otherwise returns FALSE. +Returns true if the icon set is empty; otherwise returns false. .SH "TQIconSet & TQIconSet::operator= ( const TQIconSet & other )" Assigns \fIother\fR to this icon set and returns a reference to this icon set. .PP |