]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Demos for ttk added.
authorGuilherme Polo <ggpolo@gmail.com>
Wed, 28 Jan 2009 15:56:01 +0000 (15:56 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Wed, 28 Jan 2009 15:56:01 +0000 (15:56 +0000)
commit4eae07844803880d0b57144708dca8889db511e8
tree37c535ace0c05e7db9e25acc95e9c8059d03cbc1
parentcda93aafde744df8006950c13e9893f29a747c31
Demos for ttk added.
16 files changed:
Demo/tkinter/README
Demo/tkinter/ttk/combo_themes.py [new file with mode: 0644]
Demo/tkinter/ttk/dirbrowser.py [new file with mode: 0644]
Demo/tkinter/ttk/img/close.gif [new file with mode: 0644]
Demo/tkinter/ttk/img/close_active.gif [new file with mode: 0644]
Demo/tkinter/ttk/img/close_pressed.gif [new file with mode: 0644]
Demo/tkinter/ttk/listbox_scrollcmd.py [new file with mode: 0644]
Demo/tkinter/ttk/mac_searchentry.py [new file with mode: 0644]
Demo/tkinter/ttk/notebook_closebtn.py [new file with mode: 0644]
Demo/tkinter/ttk/plastik_theme.py [new file with mode: 0644]
Demo/tkinter/ttk/roundframe.py [new file with mode: 0644]
Demo/tkinter/ttk/theme_selector.py [new file with mode: 0644]
Demo/tkinter/ttk/treeview_multicolumn.py [new file with mode: 0644]
Demo/tkinter/ttk/ttkcalendar.py [new file with mode: 0644]
Demo/tkinter/ttk/widget_state.py [new file with mode: 0644]
Misc/NEWS