Re: gdk window clear area problem???
- From: Paul Davis <paul linuxaudiosystems com>
- To: Mohith Manoj <mohithmanoj gmail com>
- Cc: gtk-list gnome org
- Subject: Re: gdk window clear area problem???
- Date: Thu, 08 Jan 2009 15:00:39 +0100
On Thu, 2009-01-08 at 19:20 +0530, Mohith Manoj wrote:
> Hi all, this is my first post in the list. Please forgive any mistkes.
>
> I am developing a gtkmm application in linux under x86 platform (LibC
> and X11). My target is mips board (with uCLibC and DirectFB).
> A custom widget in my app is supposed to show its content (couple of
> numbers) in a blinking manner. For that I have a timer based system
> where a function is called regularly (it doesnt trigger
> on_expose_event) which erases the background on every call (using
> Gdk::clear_area) and paints the value only on alternate calls.
the timer should call queue_draw(); draw only in the expose event
handler.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]