wxPython: Can a wx.PyControl contain a wx.Sizer?
问题 Can a wx.PyControl contain a wx.Sizer ? Note that what I am ultimately trying to do here (spinner with float values) is already answered in another question. I am particularly interested in layouting widgets within a wx.PyControl , a skill which might prove useful if I come across a need to make my own custom widgets. I already read through CreatingCustomControls, but it didn't use sizers within the wx.PyControl subclass. Using my code below, my CustomWidget just doesn't look right. I'm not