WM_SETREDRAW on Linux?
Posted: Tue Apr 07, 2009 3:58 am
Is there on linux something similar to the Windows WM_SETREDRAW message?
For example I've created a ListIconGadget and want to fill it with ~10000 items, and I don't want it to be redrawn after adding every single item.
It should redraw only once after all 10k items are added (is gtk_widget_queue_draw_() good for this?).
Thanks in advance for help.
For example I've created a ListIconGadget and want to fill it with ~10000 items, and I don't want it to be redrawn after adding every single item.
It should redraw only once after all 10k items are added (is gtk_widget_queue_draw_() good for this?).
Thanks in advance for help.