diff options
author | Timm Bäder <mail@baedert.org> | 2018-12-26 09:49:10 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 19:30:46 -0500 |
commit | 28c51175d8d6ca9b5d00eec38d0229a3ef03de0c (patch) | |
tree | 11de7fca9395b87c389b99fb1fbc791fa1d11261 /gtk/gtkbox.h | |
parent | 99738e7059a19ada76e5add6093c95d3fb1f27f6 (diff) | |
download | gtk+-28c51175d8d6ca9b5d00eec38d0229a3ef03de0c.tar.gz |
box: Remove pack-type child property
Diffstat (limited to 'gtk/gtkbox.h')
-rw-r--r-- | gtk/gtkbox.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index 57c47bbc04..dd71895562 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -104,15 +104,6 @@ void gtk_box_reorder_child (GtkBox *box, GtkWidget *child, gint position); -GDK_AVAILABLE_IN_ALL -void gtk_box_query_child_packing (GtkBox *box, - GtkWidget *child, - GtkPackType *pack_type); -GDK_AVAILABLE_IN_ALL -void gtk_box_set_child_packing (GtkBox *box, - GtkWidget *child, - GtkPackType pack_type); - G_END_DECLS #endif /* __GTK_BOX_H__ */ |