paint


Description:

[ HasEmitter ]
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "0.8" ) ]
public virtual signal void paint ()

Warning: paint is deprecated since 1.12.

The paint signal is emitted each time an actor is being painted.

Note:

Override the paint virtual function, use a Content implementation, or a Effect instead of connecting to this signal.

Subclasses of Actor should override the paint virtual function paint themselves in that function.

It is strongly discouraged to connect a signal handler to the paint signal; if you want to change the paint sequence of an existing Actor instance, either create a new Actor class and override the paint virtual function, or use a Effect. The paint signal will be removed in a future version of Clutter.