[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: GDK drawing problem
- From: Juhana Sadeharju <kouhia nic funet fi>
- To: gtk-app-devel-list gnome org
- Subject: Re: GDK drawing problem
- Date: Sat, 3 Jan 2004 19:37:01 +0200
>From: "cowboy cowboy" <yong_zhy@hotmail.com>
>
>Can anyone give a suggestion on how to remove the primitives
>already drawn on screen?
You should keep a list of visible primitives.
When one visible primitive goes off, clean the whole drawable.
Then go through the visible list and draw all of them again.
Use double buffered drawable for removing flicker.
Regards,
Juhana
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]