mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
widget: Fix size-allocate signal docs
This commit is contained in:
parent
359d874ddb
commit
c65c6ba11f
@ -1467,8 +1467,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
|||||||
/**
|
/**
|
||||||
* GtkWidget::size-allocate:
|
* GtkWidget::size-allocate:
|
||||||
* @widget: the object which received the signal.
|
* @widget: the object which received the signal.
|
||||||
* @allocation: (type Gtk.Allocation): the region which has been
|
* @width: the content width of the widget
|
||||||
* allocated to the widget.
|
* @height: the content height of the widget
|
||||||
* @baseline: the baseline
|
* @baseline: the baseline
|
||||||
*/
|
*/
|
||||||
widget_signals[SIZE_ALLOCATE] =
|
widget_signals[SIZE_ALLOCATE] =
|
||||||
|
Loading…
Reference in New Issue
Block a user