I realize there aren't many readers on this Python forum yet but we might as well get some posts going! I'll post my question anyway.

I have a vertical wx.BoxSizer with 3 pull down wx.Choice widgets in it, which of course move around nicely in the right proportions when I change the size of the frame. Can anyone tell me how I can label those widgets with wx.StaticText, so that the labels appear just above the widgets and stay just above the widgets as they move around in the sizer?