signal callback delegate or function to connect
bool callback(int size, gtk.status_icon.StatusIcon statusIcon)
size the new size (optional)
statusIcon the instance the signal is connected to (optional)
Returns true if the icon was updated for the new size. Otherwise, GTK+ will scale the icon as necessary.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to SizeChanged signal.
Gets emitted when the size available for the image changes, e.g. because the notification area got resized.