API: Remove gtk_widget_get_snapshot()

It will be replaced with gtk_widget_draw().
This commit is contained in:
Benjamin Otte
2010-08-24 17:04:18 +02:00
parent 99c82af20a
commit ca8a835874
5 changed files with 4 additions and 238 deletions

View File

@ -741,8 +741,6 @@ GdkWindow * gtk_widget_get_root_window (GtkWidget *widget);
GtkSettings* gtk_widget_get_settings (GtkWidget *widget);
GtkClipboard *gtk_widget_get_clipboard (GtkWidget *widget,
GdkAtom selection);
GdkPixmap * gtk_widget_get_snapshot (GtkWidget *widget,
GdkRectangle *clip_rect);
/* Multidevice support */
gboolean gtk_widget_get_support_multidevice (GtkWidget *widget);