Re: [pygtk] gdk_gc_new got longer...

2001-10-02 Thread Skip Montanaro
James> The gdk_gc_new_with_values() function is mapped to a method of James> GdkDrawable (new_gc). So you can create GCs with: James> gc = widget.window.new_gc() Thanks. Worked like a charm... Skip ___ pygtk mailing list [EMAIL PROTE

Re: [pygtk] TypeError: metatype conflict among bases

2001-10-02 Thread James Henstridge
On Mon, 1 Oct 2001, Tom Cato Amundsen wrote: > I still have the habit of using multiple inheritance. I'm using > your latest pygtk-1.99-2. > > The following code fails for both class A and B: > #!/home/tom/PY22/bin/python2.2 > > import sys > sys.path.insert(0, "/home/tom/gtk2/lib/python2.2/site-p