
"Alan Gutierrez" <alan-boost@engrm.com> wrote in message news:20041231150348.GA20515@maribor.izzy.net...
* Andy Little <andy@servocomm.freeserve.co.uk> [2004-12-31 07:37]:
"Alan Gutierrez" <alan-boost@engrm.com> wrote
Are we talking about the same thing? Interface and implentation are overloaded terms.
// text struct text_element : graphics_element {..}
// edit box struct active_text : text_element,user_action_handler, draw_handler{..};
Except that on PlamOS, when using resource files, I don't need a draw function for my text boxes. I know they are draw somehow, but not by the Boost.GUI library.
Could this be what I'm saying?
Hmm I see what you are saying ... The os privately owns the draw function for some (system) elements. So it doesnt need to be part of the interface except for user drawn elements regards Andy Little