Signal

GtkStatusIcon::size-changed

since: 2.10

Declaration

gboolean
size_changed (
  GtkStatusIcon* self,
  gint size,
  gpointer user_data
)

Description [src]

Gets emitted when the size available for the image changes, e.g. because the notification area got resized.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.10

Parameters

size

Type: gint

The new size.

Return value

Type: gboolean

TRUE if the icon was updated for the new size. Otherwise, GTK+ will scale the icon as necessary.