You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
alert.py Example fixes 7 years ago
animator.py Example fixes 7 years ago
buttons.py Example fixes 7 years ago
cellrenderericon.py New invoker, TreeViewInvoker 9 years ago
colorbutton.py Example fixes 7 years ago
combobox.py Example fixes 7 years ago
common.py Example fixes 7 years ago
customdestroy.py Example fixes 7 years ago
gtktreesensitive.py Example fixes 7 years ago
iconbadges.py Example fixes 7 years ago
iconcache.py Example fixes 7 years ago
iconentry.py Example fixes 7 years ago
iconwidget.py Example fixes 7 years ago
intro.py Add a make target for tests 11 years ago
notebook.py Example fixes 7 years ago
progress.py Example fixes 7 years ago
progressicon.py Example fixes 7 years ago
radiopalette.py Example fixes 7 years ago
radiotoolbutton.py Example fixes 7 years ago
scrollingdetector.py Example fixes 7 years ago
tabs.py Example fixes 7 years ago
ticket2855.py Example fixes 7 years ago
ticket2999.py Add a make target for tests 11 years ago
ticket3000.py Example fixes 7 years ago
toggletoolbutton.py Example fixes 7 years ago
toolbar.py Example fixes 7 years ago
toolbarpalettes.py Example fixes 7 years ago
toolbutton.py Example fixes 7 years ago
toolbuttons.py Example fixes 7 years ago
tray.py Example fixes 7 years ago