diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-03-03 19:03:53 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-03-03 19:03:53 +0100 |
| commit | 735d73bb59ce5e7b4c483b8e7e73679a5eef1749 (patch) | |
| tree | e10e7a301d3cfbaa2ce969aad252f00dda5b733b /FL/Fl_Widget.H | |
| parent | 8f142b938ae5bbbb5a7677f1a7e71ee6308a7589 (diff) | |
| parent | 3746b8986e106aaa2b64cd2b4e38e22e7ea35bf9 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'FL/Fl_Widget.H')
| -rw-r--r-- | FL/Fl_Widget.H | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index cefe4e632..200a086bb 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -3,17 +3,17 @@ // // Widget header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2016 by Bill Spitzak and others. +// Copyright 1998-2020 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 // file is missing or damaged, see the license at: // -// http://www.fltk.org/COPYING.php +// https://www.fltk.org/COPYING.php // // Please report all bugs and problems on the following page: // -// http://www.fltk.org/str.php +// https://www.fltk.org/str.php // /** \file @@ -201,8 +201,8 @@ public: (because draw() is virtual) like this: \code - Fl_Widget *s = &scroll; // scroll is an embedded Fl_Scrollbar - s->draw(); // calls Fl_Scrollbar::draw() + Fl_Widget *s = &scrollbar; // scrollbar is an embedded Fl_Scrollbar + s->draw(); // calls Fl_Scrollbar::draw() \endcode */ virtual void draw() = 0; |
