A "labeled widget"?

Christopher Barker Chris.Barker at noaa.gov
Fri Aug 4 14:40:48 PDT 2006


Hi folks,

Has anyone written a "labeled Widget" widget?

It seems to a be Very common use to need a wx.TextCtrl, or a wx.Choice, 
or a ??? with a label to the left or above it.

I do this all the time, using a wx.StaticText and the widget, then 
laying them out with a wx.FlexGridSizer or whatever.

However, the layout is kind of a pain, as the label and the widget are 
treated as different items.

Anyway, I'm planing on writing a simple combined widget, but was 
wondering if anyone else has done this -- Andrea?

If not, I'll get started on it. I'll start with something very simple, 
but I'll post it here, and maybe between all of us we can get something 
full featured some day.

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list