Re: RE : RE : drawing and erasing text

2009-02-24 Thread Tor Lillqvist
> The Xor mode is a smart and easy way to erase some drawing Indeed it was, in the 1980s. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: RE : RE : drawing and erasing text

2009-02-24 Thread Dov Grobgeld
h demo program of GTK. > > Thank you for your answer. > > > -Message d'origine- > De : tlillqv...@gmail.com [mailto:tlillqv...@gmail.com] De la part de Tor > Lillqvist > Envoyé : lundi 23 février 2009 15:59 > À : POULAIN DOMINIQUE (AREVA TA) > Cc : gtk-app-dev

RE : RE : drawing and erasing text

2009-02-24 Thread POULAIN DOMINIQUE (AREVA TA)
d'origine- De : tlillqv...@gmail.com [mailto:tlillqv...@gmail.com] De la part de Tor Lillqvist Envoyé : lundi 23 février 2009 15:59 À : POULAIN DOMINIQUE (AREVA TA) Cc : gtk-app-devel-list@gnome.org Objet : Re: RE : drawing and erasing text Hmm, do you know that the gdk_font_* and gdk_draw_st

Re: RE : drawing and erasing text

2009-02-23 Thread Tor Lillqvist
Hmm, do you know that the gdk_font_* and gdk_draw_string() APIs are deprecated and de facto unmaintained? Whether some aspect of it works fully or not on Windows is hardly interesting at this point. When I run your program both in Linux and Windows, the CbExpose callback is called repeatedly over

RE : drawing and erasing text

2009-02-23 Thread POULAIN DOMINIQUE (AREVA TA)
la part de Tor Lillqvist Envoyé : mercredi 11 février 2009 14:40 À : POULAIN DOMINIQUE (AREVA TA) Cc : gtk-app-devel-list@gnome.org Objet : Re: drawing and erasing text > Can someone help me ? Show us a minimal but complete sample program (a single source file in C or Python) that exhibits th

Re: drawing and erasing text

2009-02-11 Thread Tor Lillqvist
> Can someone help me ? Show us a minimal but complete sample program (a single source file in C or Python) that exhibits the bug. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-deve

drawing and erasing text

2009-02-11 Thread POULAIN DOMINIQUE (AREVA TA)
Hello, I am porting a GTK / X application from Linux to Window so it will be available on both frontends. This application includes drawing text at mouse position in XOR mode to easily write and erase text, saving the original drawing under. Gdk_draw_text works fine on X11, but not on Windows. Gt

Drawing and erasing text with GDK

2009-02-10 Thread POULAIN DOMINIQUE (AREVA TA)
Hello, I am porting a GTK / X application from Linux to Window so it will be available on both frontends. This application includes drawing text at mouse position in XOR mode to easily write and erase text, saving the original drawing under. Gdk_draw_text works fine on X11, but not on Window