GLArea.addOnRender

The ::render signal is emitted every time the contents of the gtk.GLArea should be redrawn.

The context is bound to the area prior to emitting this function, and the buffers are painted to the window once the emission terminates.

class GLArea
gulong
addOnRender
(
bool delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Return Value

Type: gulong

TRUE to stop other handlers from being invoked for the event. FALSE to propagate the event further.

Meta

Since

3.16