Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port of gtkparasite to GTK3+PyGObject(GIR) #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aglasgall
Copy link

Hi,

This patch series includes one patch by "bl8" that ports Parasite to GTK3 and one by me that ports its python bits to pygobject-3 (using GObject Introspection). Right now, it's an unconditional forward-port; it hard-depends on Gtk 3 and pygobject3, but I'd be willing to take a crack at making it work on either based on a compile-time option. Please take a look and tell me what you think.

Thanks,

Adam Glasgall

@davidt
Copy link
Collaborator

davidt commented Oct 4, 2011

This is nice, but we really need to keep gtk2 support. Can you make it work with both given a ./configure flag?

@aglasgall
Copy link
Author

On 10/04/2011 04:14 PM, David Trowbridge wrote:

This is nice, but we really need to keep gtk2 support. Can you make it work with both given a ./configure flag?

I didn't do the port of Parasite proper to gtk3 (just the
pygtk->pygobject one), but I'll see what I can do.

@jpfleury
Copy link

See the very recent comment 5 of issue 18 on Google Code:

Comment 5 by [email protected], Jan 27 (2 days ago)

This patch is an independent (successful) effort to port all of gtkparasite, including the python shell, to GTK3, including support for GObject Introspection for the python shell in GTK3. A command-line flag is added to configure (--with-gtk=2.0|3.0) to choose which version of GTK to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants