Re: Right justification of text in GtkEntry

2002-07-27 Thread Piotr Was'kiewicz
Egon Andersen, Talura wrote: > Hi, > > How do I make text (actually digits) right justified when the digits are > typed in the entry box? > > I would like to se my numbers typed as: > [ 123.45] > rather than > [123.45 ] Try this: g_object_set (G_OBJECT (entry_box), "xalign", 1.0, NULL); __

Right justification of text in GtkEntry

2002-07-25 Thread Egon Andersen, Talura
Hi, How do I make text (actually digits) right justified when the digits are typed in the entry box? I would like to se my numbers typed as: [ 123.45] rather than [123.45 ] Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] htt