Re: How to declare a protected region in a gtk window ?
- From: Sven Neumann <sven gimp org>
- To: Edward-Liu <dhliu springsoft com tw>
- Cc: gtk-list gnome org
- Subject: Re: How to declare a protected region in a gtk window ?
- Date: 19 Mar 2003 12:28:15 +0100
Hi,
Edward-Liu <dhliu springsoft com tw> writes:
> I want to declare a region in gtk window so that it is not redrawn
> after window expose. The region is drawn by a TV card. Gtk thinks
> the region is blank (no widget), so Gtk just clears it with the
> color of background.
gdk_window_set_back_pixmap (window, GDK_NO_BG, FALSE);
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]