[EMAIL PROTECTED] wrote: > >I am creating a small gui using wxGlade and wxPython. I am using a >radio button, and the text next to the options needs to be over two >lines. I tried using a \n character, but it seems to get ignored. > >Looking around in the various wikis and the example code also didn't >turn up anything.
The native Windows radio button cannot do multiline labels. You'll have to do the first line in the radio button, and the second line as a wx.StaticText. -- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list