FLTK logo

[master] 5132bb6 - Clarify doc about how FLTK_SCALING_FACTOR operates.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 5132bb6 - Clarify doc about how FLTK_SCALING_FACTOR operates. "ManoloFLTK" Nov 02, 2020  
 
commit 5132bb6a062b68be8f0e9e84fb5ae979ab613ea5
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Tue Nov 3 08:13:33 2020 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Tue Nov 3 08:13:45 2020 +0100

    Clarify doc about how FLTK_SCALING_FACTOR operates.

 FL/Fl.H | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git FL/Fl.H FL/Fl.H
index fae3940..53be2f0 100644
--- FL/Fl.H
+++ FL/Fl.H
@@ -1039,14 +1039,14 @@ int main() {
  The scaling factor is initialized by the library to a value
  based on information obtained from the OS. If this initial value
  is not satisfactory, the FLTK_SCALING_FACTOR environment variable
- can be set to a value FLTK will use as initial scaling factor.
- The scaling factor value can be further changed at runtime
- by typing ctrl-/+/-/0/ (cmd-/+/-/0/ under MacOS). FLTK sends the
+ can be set to a value FLTK will multiply to the OS-given value.
+ The 2 variants of functions Fl::screen_scale() allow to programmatically get and set
+ scaling factor values. The scaling factor value can be further changed at runtime
+ by typing ctrl-/+/-/0/ (cmd-/+/-/0/ under macOS). FLTK sends the
  \ref FL_ZOOM_EVENT when the factor value is changed, to which a
  callback can be associated with Fl::add_handler().
- By default, FLTK also displays the new scaling factor value in a yellow, transient window.
+ By default, FLTK displays the new scaling factor value in a yellow, transient window.
  This can be changed with option Fl::OPTION_SHOW_SCALING.
- The scaling factor value is programmatically get and set with the Fl::screen_scale() functions.
      @{ */
   static int x(); // via screen driver
   static int y(); // via screen driver
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.