summaryrefslogtreecommitdiff
path: root/gtk/gtkhbbox.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2009-07-08 17:01:32 +0200
committerMichael Natterer <mitch@gimp.org>2009-07-08 17:01:32 +0200
commit2de23ea6cffba39d239eaf7307c418801ad60abd (patch)
tree52330050038bcc009d70429fec17fa9d51517a99 /gtk/gtkhbbox.h
parent6fc6903c16e92a21fb19e5d48140c01ba7ccae80 (diff)
downloadgtk+-2de23ea6cffba39d239eaf7307c418801ad60abd.tar.gz
Fix the remaining issues that broke the PLT check
Add internal API for the default button box layouts to so we don't need to call deprectated GTK+ functions (which are invisible with GTK_DISABLE_DEPRECATED).
Diffstat (limited to 'gtk/gtkhbbox.h')
-rw-r--r--gtk/gtkhbbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h
index 65d6df975a..25eecba106 100644
--- a/gtk/gtkhbbox.h
+++ b/gtk/gtkhbbox.h
@@ -72,6 +72,9 @@ void gtk_hbutton_box_set_spacing_default (gint spacing);
void gtk_hbutton_box_set_layout_default (GtkButtonBoxStyle layout);
#endif
+/* private API */
+GtkButtonBoxStyle _gtk_hbutton_box_get_layout_default (void);
+
G_END_DECLS
#endif /* __GTK_HBUTTON_BOX_H__ */