FLTK logo

Re: [fltk.general] Re: Problem with redraw() / draw()

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.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Re: Problem with redraw() / draw() Greg Ercolano Aug 15, 2022  
 

On 8/15/22 11:16, geert karman wrote:

Also, the slider button gets really small when there is a long scroll (it's difficult to grab it with the mouse).


    Hmm, this one interests me.

    The slider tab should not get any smaller than the width of the scrollbar itself.
    (In other words the tab should not get smaller than a "square").

    We could probably provide a minimum size for the scrollbar tab,
    e.g. as some fractional part of the scrollbar's size, e.g. 1.0 would
    be the current behavior.

    But if the scrollbar's tab is getting too small in your app as a square,
    perhaps the scrollbar_size() needs to be larger, so that the tab is easier to grab.
    This can be set universally throughout the app by setting Fl::scrollbar_size()
    just before calling Fl::run() IIRC.

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/a6ff0ea9-5207-e524-e37c-7e962dd897f9%40seriss.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]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'.