On Wed, Oct 28, 2009 at 3:09 PM, Petsas Athanasios <[email protected]> wrote:
>
> All I want is just an example on how to do that. For instance how to support
> a scrolling  treview (or generally a scrolling widget) inside a container
> such as
> an hbox.

As you'll see demonstrated in several of the pygtk examples, wrapping
the TreeView in a scrolled window first is the way to go here.
gtk.ScrolledWindow is just another widget container, so it can be
included in a HBox like any other widget.

-- 
Neil Muller
[email protected]

I've got a gmail account. Why haven't I become cool?
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to