right-justify text in entry

2002-11-02 Thread Egon Andersen
Hi, (GTK+-2.0) I'm trying to make text (numbers) right-justified in a GtkEntry, but I haven't been able to do it right. The best I've got until now is to use: gtk_widget_set_direction (entry, GTK_TEXT_DIR_RTL); but that is not a good solution, as it is setting the direction the text is entered,

Re: right-justify text in entry

2002-11-04 Thread Owen Taylor
Egon Andersen <[EMAIL PROTECTED]> writes: > Hi, > > (GTK+-2.0) > I'm trying to make text (numbers) right-justified in a GtkEntry, but I > haven't been able to do it right. > The best I've got until now is to use: > gtk_widget_set_direction (entry, GTK_TEXT_DIR_RTL); > but that is not a good sol