I'm working on an application where displaying an image inside a
GnomeCanvas object is required.  The docstring for GnomeCanvasImage reads:

        """has arguments image (unfortunately a pointer type - not useable yet)
        'x', 'y', 'width', 'height', 'anchor'"""

What's needed to support this?  Or is there an alternative way of
displaying an image on a canvas?

Also, with the current CVS version of GTk+, the scrolled window demo
in testgtk.py displays the following message:
   Gtk-Message: gtk_scrolled_window_add(): cannot add non scrollable
   widget use gtk_scrolled_window_add_with_viewport() instead   

The fix is to replace this:
                scrolled_window.add(table)
with this:
                scrolled_window.add_with_viewport(table)


-- 
A.M. Kuchling                   http://starship.skyport.net/crew/amk/
It is a fearful thing to be haunted by those who loved us once. It is a
fearful thing to haunt those one loves.
    -- Destruction orates about death (small 'd'), in SANDMAN #55: "Cerements"
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to