Re: [gtkmm] forcing a redraw



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]