gtk+ python bindings



Does anyone have python bindings that
	(a) Work with the latest gtk+
	(b) Provide a python-native interface, i.e. allowing
		new GtkWindow(GTK_WINDOW_TOPLEVEL).set_title("Hello")
	    instead of
		foo = gtk_window_new(GTK_WINDOW_TOPLEVEL)
		gtk_window_set_title(foo, "Hello")
	    (i.e. if a person wanted to write in C they would ;-)

Thanks...
-- Elliot
Chicken Little was right.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]