Boost logo

Boost :

From: Andy Little (andy_at_[hidden])
Date: 2004-12-31 13:22:29


"Alan Gutierrez" <alan-boost_at_[hidden]> wrote in message
news:20041231150348.GA20515_at_maribor.izzy.net...
>* Andy Little <andy_at_[hidden]> [2004-12-31 07:37]:
>>
>> "Alan Gutierrez" <alan-boost_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk