I'm still new to wxWidgets so forgive me if I ask something stupid.
I read a lot about the sizer philosophy and I think it's great.
However, I'm still struggeling in my GUI design. How do I decide when
to place a sizer and when e.g. another panel. For example: THere is a
wxNotebook sizer. Is this for inside the notebook's pages or do I
place the notebook inside this sizer? And when do I put the panels
inside the notebook? What about the splitwindow? After adding this, to
I need to place two panels first, or two sizers and then the panels?
These are the kind of questions I'm not confident with. I'm not
talking about basic GUI design here - this works quite well (so far...).
My question is: Am I worried too much or does DialogBlock simply
doesn't allow placing something inside something that does not fit
and/or would require an additional (specific type of) sizer?
If you have another good source for such kind of information please
tell me. I read the section in the wxWidgets help, the wxWiki, the
wxWidgets book and in the wxWidgets forum. But I still doesn't feel
confident about all that.
With regards, Morten.