On 31.03.2010, at 22:59, Hector wrote:

> Hello, I want to create a new slider different from the original, please if 
> someone could help me, thanks.

Do you have any more details on what you plan to do?

Different in its looks?

Derive a new class from whatever comes closest to the slider you want and write 
a new [void draw();] function using the fltk drawing commands. You can look 
into the fltk sources for sample code.

Different in how it behaves?

Derive a new class and override [int handle(int event);]. Agin, check the 
source for examples.

 - Matthias
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to