Hi Ian,

Thanks for replying.

On Mon, Aug 22, 2011 at 3:41 PM, MacArthur, Ian (SELEX GALILEO, UK) <
[email protected]> wrote:

>
> > That's exactly what I wanted to know. But the question
> > remans: when should I
> > create member widgets as pointers and when should I create
> > them as direct
> > object members (non pointers, that is)?
>

I tend to always create as pointers then "new" the object into
> existence, but that's just my coding style; other ways are at least as
> valid...
>

Yes, I guess this is a better approach.

Best, Asif
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to