sugar-toolkit-gtk3/examples
Ignacio Rodríguez b6d449681d Example fixes
- replaced Gtk.HBox/Gtk.VBox by GtkBox as seen in [1] and [2]
GtkHbox and GtkVBox are deprecated
- use delete-event instead of destroy event in GtkWindow
- replaced icon_size for pixel_size where used
it's also deprecated as seen in commit [3]
- use sugar_theme in all examples; set it manually not by just
importing common module
- fixed GtkBox.pack_start arguments
- flake/pep8 fixes

[1] https://developer.gnome.org/gtk3/stable/GtkHBox.html
[2] https://developer.gnome.org/gtk3/stable/GtkVBox.html
[3] 5802d67ee1
2017-01-14 13:02:50 -03:00
..
alert.py Example fixes 2017-01-14 13:02:50 -03:00
animator.py Example fixes 2017-01-14 13:02:50 -03:00
buttons.py Example fixes 2017-01-14 13:02:50 -03:00
cellrenderericon.py New invoker, TreeViewInvoker 2015-05-14 12:04:07 -03:00
colorbutton.py Example fixes 2017-01-14 13:02:50 -03:00
combobox.py Example fixes 2017-01-14 13:02:50 -03:00
common.py Example fixes 2017-01-14 13:02:50 -03:00
customdestroy.py Example fixes 2017-01-14 13:02:50 -03:00
gtktreesensitive.py Example fixes 2017-01-14 13:02:50 -03:00
iconbadges.py Example fixes 2017-01-14 13:02:50 -03:00
iconcache.py Example fixes 2017-01-14 13:02:50 -03:00
iconentry.py Example fixes 2017-01-14 13:02:50 -03:00
iconwidget.py Example fixes 2017-01-14 13:02:50 -03:00
intro.py Add a make target for tests 2013-04-09 11:36:51 +02:00
notebook.py Example fixes 2017-01-14 13:02:50 -03:00
progress.py Example fixes 2017-01-14 13:02:50 -03:00
progressicon.py Example fixes 2017-01-14 13:02:50 -03:00
radiopalette.py Example fixes 2017-01-14 13:02:50 -03:00
radiotoolbutton.py Example fixes 2017-01-14 13:02:50 -03:00
scrollingdetector.py Example fixes 2017-01-14 13:02:50 -03:00
tabs.py Example fixes 2017-01-14 13:02:50 -03:00
ticket2855.py Example fixes 2017-01-14 13:02:50 -03:00
ticket2999.py Add a make target for tests 2013-04-09 11:36:51 +02:00
ticket3000.py Example fixes 2017-01-14 13:02:50 -03:00
toggletoolbutton.py Example fixes 2017-01-14 13:02:50 -03:00
toolbar.py Example fixes 2017-01-14 13:02:50 -03:00
toolbarpalettes.py Example fixes 2017-01-14 13:02:50 -03:00
toolbutton.py Example fixes 2017-01-14 13:02:50 -03:00
toolbuttons.py Example fixes 2017-01-14 13:02:50 -03:00
tray.py Example fixes 2017-01-14 13:02:50 -03:00