[pygtk] scrolled window inside a container

Neil Muller drnlmuller+gtk at gmail.com
Wed Oct 28 21:21:49 WST 2009


On Wed, Oct 28, 2009 at 3:09 PM, Petsas Athanasios <petsas at csd.uoc.gr> 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
drnlmuller at gmail.com

I've got a gmail account. Why haven't I become cool?


More information about the pygtk mailing list