Re: gdk_draw_line inverse video
- From: "Timothy M. Shead" <tshead k-3d com>
- To: Dominique Nerriere <dominique f2f-inc com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: gdk_draw_line inverse video
- Date: Tue, 16 Jan 2001 14:59:56 -0800
Dominique Nerriere wrote:
Is there any way I can draw a line in inverse video on a drawing
area/pixmap. Maybe there is another function (other than gdk_draw_line
which draws only with a specific color) to do that?
Use
gdk_gc_set_function(gc, GDK_XOR);
to set up your drawing gc for inverse video.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]