summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r--gtk/gtkwidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 089420a873..152f6dde05 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -945,6 +945,12 @@ void gtk_widget_get_allocation (GtkWidget *widget,
GDK_AVAILABLE_IN_ALL
void gtk_widget_set_allocation (GtkWidget *widget,
const GtkAllocation *allocation);
+GDK_AVAILABLE_IN_3_14
+void gtk_widget_set_clip (GtkWidget *widget,
+ const GtkAllocation *allocation);
+GDK_AVAILABLE_IN_3_14
+void gtk_widget_get_clip (GtkWidget *widget,
+ GtkAllocation *allocation);
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height)