From 2a856dafd40c01dce42747fd0f07b9e448e44f0e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 9 Oct 2022 19:34:34 +0200 Subject: Remove superfluous center alignment from images Doxygen uses a
with center alignment for images, hence adding HTML center alignment for image is not only superfluous but was also inconsistent. Also removed some more unnecessary HTML tags, updated copyright year. --- FL/Fl_Round_Button.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FL/Fl_Round_Button.H') diff --git a/FL/Fl_Round_Button.H b/FL/Fl_Round_Button.H index 8c84e44cf..4994f56ec 100644 --- a/FL/Fl_Round_Button.H +++ b/FL/Fl_Round_Button.H @@ -1,7 +1,7 @@ // // Round button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 1998-2022 by Bill Spitzak and others. // // 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 @@ -23,9 +23,9 @@ Buttons generate callbacks when they are clicked by the user. You control exactly when and how by changing the values for type() and when(). -

\image html Fl_Round_Button.png

- \image latex Fl_Round_Button.png " Fl_Round_Button" width=4cm -

The Fl_Round_Button subclass display the "on" state by + \image html Fl_Round_Button.png + \image latex Fl_Round_Button.png "Fl_Round_Button" width=4cm + The Fl_Round_Button subclass displays the "on" state by turning on a light, rather than drawing pushed in. The shape of the "light" is initially set to FL_ROUND_DOWN_BOX. The color of the light when on is controlled with selection_color(), which defaults to -- cgit v1.2.3