diff options
author | Timm Bäder <mail@baedert.org> | 2017-06-17 10:59:03 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:14 -0400 |
commit | a73d3418bc4253725e0889705c4a60e9051b0bc5 (patch) | |
tree | bdea7646a911dd45d227d17f8ee119f97a4af981 /gtk/gtklayout.h | |
parent | 8123ea8f3f97b4663f55be21b29f918c15f6ac01 (diff) | |
download | gtk+-a73d3418bc4253725e0889705c4a60e9051b0bc5.tar.gz |
layout: Remove bin_window
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r-- | gtk/gtklayout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h index e764ffcdfc..dfc5b777dd 100644 --- a/gtk/gtklayout.h +++ b/gtk/gtklayout.h @@ -76,8 +76,6 @@ GDK_AVAILABLE_IN_ALL GtkWidget* gtk_layout_new (GtkAdjustment *hadjustment, GtkAdjustment *vadjustment); GDK_AVAILABLE_IN_ALL -GdkWindow* gtk_layout_get_bin_window (GtkLayout *layout); -GDK_AVAILABLE_IN_ALL void gtk_layout_put (GtkLayout *layout, GtkWidget *child_widget, gint x, |