Add size_allocate_transformed to the docs

This commit is contained in:
Timm Bäder
2018-08-19 09:37:43 +02:00
parent 4f02b973ba
commit ebef7b6289
2 changed files with 13 additions and 0 deletions

View File

@@ -4414,6 +4414,7 @@ GtkTickCallback
gtk_widget_add_tick_callback
gtk_widget_remove_tick_callback
gtk_widget_size_allocate
gtk_widget_size_allocate_transformed
gtk_widget_add_accelerator
gtk_widget_remove_accelerator
gtk_widget_set_accel_path

View File

@@ -4137,6 +4137,18 @@ adjust_for_align (GtkAlign align,
}
}
/**
* gtk_widget_size_allocate_transformed:
* @widget: a #GtkWidget
* @width: the new width to assign to @widget
* @height: the new height to assign to @widget
* @baseline: the new baseline to assign to @widget
* @transform: the new transformation to assign to @widget
*
* Allocates the given size, baseline and transformation
* to @widget. The positinon of @widget is given as part
* of the transformation matrix.
*/
void
gtk_widget_size_allocate_transformed (GtkWidget *widget,
int width,