Package: gtk
Accessor gtk:gl-area-auto-render
Lambda Listgtk:gl-area-auto-render (object) SyntaxArgumentsDetails The accessor for the auto-render slot of the gtk:gl-area class gets or sets whether the area is in auto render
mode or not. If setting is true the "render" signal will be emitted every time the widget draws. This is the default and is useful if drawing the widget is faster. If setting is false the data from previous rendering is kept around and will be used for drawing the widget the next time, unless the window is resized. In order to force a rendering the gtk:gl-area-queue-render function must be called. This mode is useful when the scene changes seldom, but takes a long time to redraw. | See also |
2025-09-29