You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Parasite
Some explanations on how to use this would be nice ;-)
I compiled it and all I got was a library. I linked it with my app,
but it doesn't really seem to do anything. Is there so magical hotkey
to open the parasite window? Or should I have had an executable after
compiling?
It looks rather useful in the screencast, but I cannot figure it
out ;-)
David Trowbridge
unread,
Jan 20, 2009, 3:15:23 PM1/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gtkpa...@googlegroups.com
It's a GTK+ module. You can either install it onto the system, or put
it in $HOME/.gtk-2.0/modules
You can then run your GTK+ application with GTK_MODULES=gtkparasite in
the environment.
-David
Marsteegh
unread,
Jan 20, 2009, 3:30:22 PM1/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Parasite
thanks. I don't have much gtk experience, since I use gtk only through
wxWidgets, but it still looks useful (to debug wx ;-) )