jason pisze:

> I would like it if I could have a single class that is called - like so ...
> 
> public class myWidget : <relevant widget type>
> {
>       ... do stuff // few hundred lines of code
> }

template <typename T>
public class myWidget : public T {
        ... do stuff (implementation must be in header file)
}

-- 
Piotr Beling
http://qwak.w8.pl
http://bcalc.w8.pl
http://warcaby.w8.pl
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to