[Python] scrollbar orizzontale

lux luciano.ferraro a gmail.com
Sab 25 Nov 2006 20:55:30 CET


Google č il tuo migliore amico, ma questa volta lo sarņ anche io :).
Ecco un piccolo esempio per creare una scrollbar orizzontale:
scrollbar = Tkinter.Scrollbar(Tkinter.Tk, orient=Tkinter.HORIZONTAL)
scrollbar.pack(side=Tkinter.LEFT, fill=Tkinter.Y)
Se non hai afferrato il concetto puoi leggere un piccolo esempio che ti
allego.

Per finire ti linko un paio di guide (in Inglese) per le Tkinter in
python: http://infohost.nmt.edu/tcc/help/pubs/tkinter/ (qui parla del
widget Scrollbar
http://infohost.nmt.edu/tcc/help/pubs/tkinter/scrollbar.html)
http://www.ibiblio.org/obp/py4fun/gui/tkPhone.html .

------------------------------------------------------
Luciano Ferraro
Home page: http://ferraro.wordpress.org/
OpenBot's guide: http://ferraro.wordpress.org/openbot/
OpenBot's source: http://code.google.com/p/openbot-python/
-------------- parte successiva --------------
Un allegato non testuale č stato rimosso....
Nome:        tkinter_scrollbar_test.py
Tipo:        text/x-python
Dimensione:  919 bytes
Descrizione: non disponibile
Url:         http://lists.python.it/pipermail/python/attachments/20061125/4f51c017/tkinter_scrollbar_test.py


Maggiori informazioni sulla lista Python