From 2de23ea6cffba39d239eaf7307c418801ad60abd Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 8 Jul 2009 17:01:32 +0200 Subject: 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). --- gtk/gtkhbbox.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk/gtkhbbox.c') diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c index ea9c1f843b..50131d1ea1 100644 --- a/gtk/gtkhbbox.c +++ b/gtk/gtkhbbox.c @@ -92,5 +92,11 @@ gtk_hbutton_box_get_layout_default (void) return default_layout_style; } +GtkButtonBoxStyle +_gtk_hbutton_box_get_layout_default (void) +{ + return default_layout_style; +} + #define __GTK_HBUTTON_BOX_C__ #include "gtkaliasdef.c" -- cgit v1.2.1