On Mon, Jul 2, 2012 at 6:25 PM, John Ralls <[email protected]> wrote: > How does one do this in pygobject? > Pygtk exposed the GDK_WINDOWING_FOO macros as a Gdk.Windowing constant; Gtk3 > in C defines both those macros for compile time and GDK_IS_FOO_DISPLAY > (display) for runtime detection, but neither of them seem to be exposed by > pygobjet.
My guess is that we need to add bindable API to Gtk+ for this. Regards, Tomeu > Regards, > John Ralls > > _______________________________________________ > python-hackers-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/python-hackers-list _______________________________________________ python-hackers-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/python-hackers-list
