Peyman wrote: > Is there any way to make the drawing area widget work with a scrolled > window? I noticed that the window increases in size as the drawing > area gets bigger, even if it's inside a scrolled window. I'm trying to > make a horizontal drawing area that's 10-100 times longer than my window
Do you have a Viewport inbetween the ScrolledWindow and the DrawingArea? DrawingAreas themselves aren't scrollable, so they've got to have a Viewport as well - I imagine that's probably your issue. I've got a DrawingArea scrolling just fine in one of my apps. -CJ -- WOW: Flemmy | "Happiness isn't good enough for me! I [email protected] | demand euphoria!" 24.24.2.3171 | - Calvin _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
