diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-07-07 19:16:40 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-07-07 19:16:40 +0000 |
| commit | 0c210ae8674b94163f6840bda75e25eedbc0d4d1 (patch) | |
| tree | ed3302c93aa25f6a69869885813ca045cbd2615d /CHANGES | |
| parent | 27d77364755328874e22bc47b91cc5ef9887e2fe (diff) | |
Introduce Fl_Group::bounds(), deprecate Fl_Group::sizes().
The new method Fl_Group::bounds() replaces Fl_Group::sizes() whose
internal array structure was not documented.
Fl_Group::bounds() uses the new and documented class Fl_Rect for its
internal structure.
src/Fl_Tile.cxx now uses bounds() instead of sizes().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017 New Features and Extensions - (add new items here) + - New method Fl_Group::bounds() replaces Fl_Group::sizes() which is now + deprecated. Fl_Group::bounds() uses the new class Fl_Rect that contains + widget coordinates and sizes x(), y(), w(), and h() (STR #3385). + Documentation for bounds() and its internal structure was added. - X11 platform: Added support for HiDPI displays and for rescaling any window at run-time under user control. Under the gnome desktop, FLTK applications detect the current gnome scaling factor and use it to scale all FLTK windows. |
