En Wed, 04 Mar 2009 06:14:41 -0200, alejandro <aleksanda...@brisiovonet.hr> escribió:

I can't align the text on the right in my wxDialog.
Everything else works fine


self.sirina = wx.StaticText(self,-1,'',(200,50),style=wx.ALIGN_RIGHT)

In case there is a misunderstanding, ALIGN_RIGHT means that the text itself is right aligned inside the widget, not that the widget is placed against the right border of its container.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to