summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-10-22 19:36:58 +0200
committerTimm Bäder <mail@baedert.org>2016-10-22 19:36:58 +0200
commite2b6044c1bab21510119d4f63ce6032333f5515a (patch)
tree1fb8ee7a2050876f48ef8b8a961a58fba87d43db /gtk/gtkexpander.h
parent85e01b9f39e2a8fef247f51557c64fda6fbbb0c5 (diff)
downloadgtk+-e2b6044c1bab21510119d4f63ce6032333f5515a.tar.gz
expander: Remove spacing property
Diffstat (limited to 'gtk/gtkexpander.h')
-rw-r--r--gtk/gtkexpander.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h
index 085c4480e3..69a3fec3ff 100644
--- a/gtk/gtkexpander.h
+++ b/gtk/gtkexpander.h
@@ -87,13 +87,6 @@ void gtk_expander_set_expanded (GtkExpander *expander,
GDK_AVAILABLE_IN_ALL
gboolean gtk_expander_get_expanded (GtkExpander *expander);
-/* Spacing between the expander/label and the child */
-GDK_AVAILABLE_IN_ALL
-void gtk_expander_set_spacing (GtkExpander *expander,
- gint spacing);
-GDK_AVAILABLE_IN_ALL
-gint gtk_expander_get_spacing (GtkExpander *expander);
-
GDK_AVAILABLE_IN_ALL
void gtk_expander_set_label (GtkExpander *expander,
const gchar *label);