mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
Deprecate gtk_widget_reset_shapes
This function has been removed in GTK+ 3
This commit is contained in:
parent
fced380ec9
commit
64f2460b7b
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user