Author Topic: WxSmith objects problem  (Read 2850 times)

Offline lycenhol

  • Single posting newcomer
  • *
  • Posts: 3
WxSmith objects problem
« on: December 27, 2008, 11:20:25 am »
Hi
I try to draw a windows with WxSmith, but all the objects are sized to occupy the entire space of the Frame, and I cann't resize them.
Probably it is a stupid problem, but how to solve it?
Thank you

Offline Ganbito

  • Multiple posting newcomer
  • *
  • Posts: 79
Re: WxSmith objects problem
« Reply #1 on: December 27, 2008, 12:13:21 pm »
This is not a wxSmith problem, it is just how wxWidgets work.

Solution: use sizers, learn wxWidgets.