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
animator.py
buttons.py
cellrenderericon.py
colorbutton.py
combobox.py
common.py
customdestroy.py
gtktreesensitive.py
iconbadges.py
iconcache.py
iconentry.py Example fixes 2017-01-14 13:02:50 -03:00
iconwidget.py
intro.py
notebook.py
progress.py
progressicon.py
radiopalette.py
radiotoolbutton.py
scrollingdetector.py Example fixes 2017-01-14 13:02:50 -03:00
tabs.py
ticket2855.py
ticket2999.py
ticket3000.py Example fixes 2017-01-14 13:02:50 -03:00
toggletoolbutton.py
toolbar.py
toolbarpalettes.py
toolbutton.py
toolbuttons.py
tray.py