Add size_allocate_transformed to the docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user