« Return to Thread: Scrollable image widget

Scrollable image widget

by foobar31415 :: Rate this Message:

Reply to Author | View in Thread

Hello list,

I want to have an image scrollable (if it exceeds the given space). So I
tried to put a GtkScrolledWindow around my GtkImage, but this doesn't
work. When running the application I get:

gtk_scrolled_window_add(): cannot add non scrollable widget use
gtk_scrolled_window_add_with_viewport() instead

What do I do?

Kind regards,
Joe
_______________________________________________
pygtk mailing list   pygtk@...
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

 « Return to Thread: Scrollable image widget