From d272c1b43fc60f284591e7121f8813969374a7b3 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Wed, 15 Oct 2008 11:27:29 +0000 Subject: Doxygen PDF Documentation: Added image latex tags, added missing eps corresponding images (most of them in B/W) for the widget classes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6437 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Clock.H | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'FL/Fl_Clock.H') diff --git a/FL/Fl_Clock.H b/FL/Fl_Clock.H index 2d21e1f14..9a1306592 100644 --- a/FL/Fl_Clock.H +++ b/FL/Fl_Clock.H @@ -41,6 +41,9 @@ #define FL_ANALOG_CLOCK FL_SQUARE_CLOCK /**< An analog clock is square */ #define FL_DIGITAL_CLOCK FL_SQUARE_CLOCK /**< Not yet implemented */ +// fabien: Please keep the horizontal formatting of both images in class desc, +// don't loose vert. space for nothing! + /** \class Fl_Clock_Output \brief This widget can be used to display a program-supplied time. @@ -48,9 +51,14 @@ The time shown on the clock is not updated. To display the current time, use Fl_Clock instead. - \image html clock.gif - - \image html round_clock.gif + \htmlonly
+
type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK
\endhtmlonly + \image html clock.gif + \htmlonly \endhtmlonly + \image html round_clock.gif + \htmlonly
\endhtmlonly + \image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm + \image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm */ class FL_EXPORT Fl_Clock_Output : public Fl_Widget { int hour_, minute_, second_; @@ -101,10 +109,15 @@ public: Fl_Clock is provided for Forms compatibility. It installs a 1-second timeout callback using Fl::add_timeout(). - - \image html clock.gif - - \image html round_clock.gif + You can choose the rounded or square type of the the clock with type(), see below. + \htmlonly
+
type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK
\endhtmlonly + \image html clock.gif + \htmlonly \endhtmlonly + \image html round_clock.gif + \htmlonly
\endhtmlonly + \image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm + \image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm */ class FL_EXPORT Fl_Clock : public Fl_Clock_Output { public: -- cgit v1.2.3