> 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
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
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
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
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
> 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
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
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