El mi�, 12-11-2003 a las 07:13, Hans-Joachim Widmaier escribi�: > Hi, > > I've tried vainly to come up with something that gives me an Entry widget where the > text inside is right-justified. entry.get_layout().set_alignment(pango.ALIGN_RIGHT) > did not work. A .context_changed() thereafter doesn't help, too. > > Either nobody but me wants this feature, or I'm missing something very obvious, as > nobody seems to have asked this before (searched with Google and the mailing list > archives). > I wanted the same feature but all I could do is to use a TextView with the same dimensions that a Entry widget.
I guess right justified entries do exist in all the general toolkits but GTK :( Lorenzo _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
