FrameClock.addOnPaint

This signal is emitted as the third step of toolkit and application processing of the frame. The frame is repainted. GDK normally handles this internally and produces expose events, which are turned into GTK+ draw signals.

class FrameClock
gulong
addOnPaint
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)