Re: gtk screen rrfreshing



On Thu, 28 Jul 2005, Jirka Pirko wrote:
how can i force gtk to refresh screen? i'm not using keyboard or mice in my application and when something changes in, changes display after keybord click or mouse focus... but i need changes to appear immediatelly.

If I understand your question correctly, I think the functions you are looking for are gtk_widget_queue_draw and gtk_widget_queue_draw_area:
        http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html

HTH
JV



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]