2014-04-17 11:02 GMT-03:00 andrea morales <and89.mora...@gmail.com>:

> Hi everyone,
>
> I have a very simple question I guess. Do you know how to add a scroll bar
> to a window? :-)
>
> Thank's,
> Andrea
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>

When you create a gtkscrollbar using a gtkadjustment, you can add the
scrollbar into any container (window using add or box using pack), then can
use the signals of the adjustment to control the behavior.

-- 
Claudio Mendez - http://chmendez.iespana.es
Usuario nº 195516 - http://counter.li.org
http://www.porloschicos.com y dona comida gratis
http://www.thehungersite.com/ http://www.ecologyfund.com/
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to