size_change


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" ) ]
public virtual signal void size_change (int width, int height)

Warning: size_change is deprecated since 1.12.

The size_change signal is emitted each time the size of the pixbuf used by texture changes.

Note:

No replacement is available

The new size is given as argument to the callback.

Parameters:

width

the width of the new texture

height

the height of the new texture