[..] > > Yes. I was adventures and just tried it yesterday with an container of > Control* and indeed i was able to call get_value and set_value on it. Thank > you for making it clearer to me why that works. :)
Glad it's working for you. I've nothing to add to Ian's excellent explanation of what I had in mind... however, I do think you'd do well to read up on polymorphism, virtual functions and whatnot before getting in too deep. C++ is not easy to learn "on the fly." Best, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

