From 7f526a7a0d2b689dfff33a5f435b751309a86573 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 8 Jul 2005 19:22:07 +0000 Subject: Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added. * configure.in: * gtk/Makefile.am: * gtk/gdk-types.defs: * gtk/gdk.defs: * gtk/gdk.override: * gtk/gtk.defs: * pango-types.defs: * pango.defs: Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added. Bump required glib,gtk & pango versions. --- tests/test_radiobutton.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_radiobutton.py') diff --git a/tests/test_radiobutton.py b/tests/test_radiobutton.py index 98d86dd6..f3731668 100644 --- a/tests/test_radiobutton.py +++ b/tests/test_radiobutton.py @@ -1,6 +1,9 @@ import unittest +import sys +sys.argv.append('--g-fatal-warnings') from common import gtk +print gtk.gtk_version class RadioTest(unittest.TestCase): widget_type = None -- cgit v1.2.1