Package: gtk

Function gtk:gl-area-queue-render

Lambda List

gtk:gl-area-queue-render (area)

Arguments

area -- a gtk:gl-area object

Details

Marks the currently rendered data (if any) as invalid, and queues a redraw of the widget, ensuring that the "render" signal is emitted during the draw. This is only needed when the gtk:gl-area-auto-render function has been called with a false value. The default behaviour is to emit the "render" signal on each draw.
 

See also

#2024-10-26