Re: [gtkmm] forcing a redraw
- From: jlm <jsado_sc1 earthlink net>
- To: danny van elsen <danny_van_elsen village uunet be>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] forcing a redraw
- Date: 26 Jan 2003 11:13:27 -0500
I believe the function you want is simply
queue_draw();
there's also queue_draw_area(int, int, int, int) in which you can force
the redrawing of a rectangular area of the widget. These functions are
described in the Gtk::Widget class reference.
On Sun, 2003-01-26 at 08:09, danny van elsen wrote:
> hello all,
>
> what would be the equivalent of the gtk code
>
> while (gtk_events_pending())
> gtk_main_iteration();
>
> ?
>
> I mean, how can I force the redraw of a window or widget?
>
> thanks for any reply!
> Danny.
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]