Signal

GtkWidget::size-allocate

Declaration

void
size_allocate (
  GtkWidget* self,
  GtkAllocation* allocation,
  gpointer user_data
)

Description

No description available.

Default handler:

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

Parameters

allocation

Type: GtkAllocation

The region which has been allocated to the widget.

The data is owned by the caller of the function.