Deprecate gtk_widget_reset_shapes

This function has been removed in GTK+ 3
This commit is contained in:
Matthias Clasen 2010-12-14 22:18:41 -05:00
parent fced380ec9
commit 64f2460b7b
2 changed files with 4 additions and 0 deletions

View File

@ -9488,6 +9488,8 @@ gtk_reset_shapes_recurse (GtkWidget *widget,
* @widget: a #GtkWidget
*
* Recursively resets the shape on this widget and its descendants.
*
* Deprecated: This function is being removed in GTK+ 3.0. Don't use it.
**/
void
gtk_widget_reset_shapes (GtkWidget *widget)

View File

@ -1268,8 +1268,10 @@ void gtk_widget_input_shape_combine_mask (GtkWidget *widget,
gint offset_x,
gint offset_y);
#if !defined(GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION)
/* internal function */
void gtk_widget_reset_shapes (GtkWidget *widget);
#endif
/* Compute a widget's path in the form "GtkWindow.MyLabel", and
* return newly alocated strings.