FLTK logo

Re: [fltk.coredev] Slider ticks

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

Re: Slider ticks Mo_Al_ Sep 28, 2022  
  It's a visual representation of the steps of the slider. Similar to what can be seen here:
https://www.fltk.org/doc-2.0/html/classSlider.html

Ticks can be placed in different positions:

enum  
{
  LINEARTICK_ABOVETICK_LEFTTICK_BELOW,
  TICK_RIGHTTICK_BOTHLOG
}
These could be passed type(), but in FLTK 1.4 uses different types, so maybe these could be passed into a tick_type() function.
It should have no bearing on callback functionality.
On Wednesday, September 28, 2022 at 11:11:53 AM UTC+3 Albrecht Schlosser wrote:
On 9/28/22 09:41 Mo_Al_ wrote:
> ... fltk 2.0 used to support ticks for sliders. Would it be useful to
> port this functionality to FLTK 1.4 as well?

Can you please elaborate what "ticks for sliders" means exactly, i.e.
describe the desired behavior? API, callback functionality, etc..


--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/dcffab93-df79-4cab-851a-395af1264273n%40googlegroups.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'.