GtkWidget: fix up docs minimally
This commit is contained in:
parent
87ad4ec2c2
commit
d206d694fd
@ -15545,18 +15545,18 @@ union_with_clip (GtkWidget *widget,
|
|||||||
gdk_rectangle_union (&widget_clip, clip, clip);
|
gdk_rectangle_union (&widget_clip, clip, clip);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* _gtk_widget_set_simple_clip:
|
* _gtk_widget_set_simple_clip:
|
||||||
* @widget:
|
* @widget: a #GtkWidget
|
||||||
*
|
*
|
||||||
* This is a convenience function for gtk_widget_set_clip(), if you
|
* This is a convenience function for gtk_widget_set_clip(), if you
|
||||||
* just want to set the clip for @widget based on its allocation,
|
* just want to set the clip for @widget based on its allocation,
|
||||||
* CSS properties and - if the widget is a #GtkContainer - its
|
* CSS properties and - if the widget is a #GtkContainer - its
|
||||||
* children. gtk_widget_set_allocation() must have been called
|
* children. gtk_widget_set_allocation() must have been called
|
||||||
* and all children must have been allocated with
|
* and all children must have been allocated with
|
||||||
* gtk_widget_size_allocate() before calling this function. It is
|
* gtk_widget_size_allocate() before calling this function.
|
||||||
* therefor a good idea to call this function last in your
|
* It is therefore a good idea to call this function last in
|
||||||
* implementation of GtkWidget::size_allocate().
|
* your implementation of GtkWidget::size_allocate().
|
||||||
*
|
*
|
||||||
* If your widget overdraws its contents, you cannot use this
|
* If your widget overdraws its contents, you cannot use this
|
||||||
* function and must call gtk_widget_set_clip() yourself.
|
* function and must call gtk_widget_set_clip() yourself.
|
||||||
|
Loading…
Reference in New Issue
Block a user