Re: GtkEntry right aligned/justified (and Solution)

2004-02-24 Thread Olexiy Avramchenko
Steffen Gutmann wrote: However, there are a few odd things when using this method: 1) text gets clipped at the right end. This is because there are additional borders at the left and right end which you didn't consider. This could be fixed though. 2) Mouse clicks still believe the entry is

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Egon Andersen
Steffen Gutmann wrote: O.K. I submitted a report to bugzilla, id 135177 (http://bugzilla.gnome.org/show_bug.cgi?id=135177). Thanks again for your help, Steffen Mariano Surez-Alvarez wrote: They surely are reading... but filing a request for enhancement bug in bugzilla,

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Steffen Gutmann
Hi Egon! Egon Andersen wrote: Steffen Gutmann wrote: O.K. I submitted a report to bugzilla, id 135177 (http://bugzilla.gnome.org/show_bug.cgi?id=135177). I think you will find that it is already covered in a more general way by: http://bugzilla.gnome.org/show_bug.cgi?id=59799 Oh, I didn't

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Egon Andersen
Steffen Gutmann wrote: Hi Egon! Egon Andersen wrote: Steffen Gutmann wrote: O.K. I submitted a report to bugzilla, id 135177 (http://bugzilla.gnome.org/show_bug.cgi?id=135177). I think you will find that it is already covered in a more general way by:

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Steffen Gutmann
Hi Egon! Egon Andersen wrote: So, it seems their implementation isn't complete yet... Well, yours isn't complete either ;-) I think, they were talking about scrolling and that the solution in 59799 didn't cover it correctly. I checked the scrolling in my version and seems to be ok. What is

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Egon Andersen
Steffen Gutmann wrote: Hi Egon! Egon Andersen wrote: So, it seems their implementation isn't complete yet... Well, yours isn't complete either ;-) I think, they were talking about scrolling and that the solution in 59799 didn't cover it correctly. I checked the scrolling in my version and

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Steffen Gutmann
Hi Egon! I think, they were talking about scrolling and that the solution in 59799 didn't cover it correctly. I checked the scrolling in my version and seems to be ok. There is nothing wrong with the scrolling in the solution in 59799. We just had some discussions about how the code could be

Re: GtkEntry right aligned/justified (and Solution)

2004-02-22 Thread Steffen Gutmann
Hello Olexiy! I tried your 'solution' for obtaining right-aligned GtkEntries. Thanks for the modified entry example, it compiled and run without problems. [...] I solve this with connecting to GtkEntry' expose-event : static gboolean set_layout_align(GtkEntry *entry) { PangoLayout *pl;

Re: GtkEntry right aligned/justified (and Solution)

2004-02-22 Thread Mariano Suárez-Alvarez
On Mon, 2004-02-23 at 12:08 +0900, Steffen Gutmann wrote: Ideally, I would like to see these changes in a future version of gtk. Are the developers of gtk reading this list, or should I send another message to the developer list? They surely are reading... but filing a request for

Re: GtkEntry right aligned/justified (and Solution)

2004-02-22 Thread Steffen Gutmann
O.K. I submitted a report to bugzilla, id 135177 (http://bugzilla.gnome.org/show_bug.cgi?id=135177). Thanks again for your help, Steffen Mariano Surez-Alvarez wrote: They surely are reading... but filing a request for enhancement bug in bugzilla, http://bugzilla.gnome.org/, is usually the