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.
Sascha Silbe c82a775267 Use accessor functions for data fields
The following data fields that were provided by PyGTK are not accessible
directly in GTK3+pygi and need to be replaced by accessor calls:

Adjustment.lower
Adjustment.page_size
Adjustment.upper
Adjustment.value
Bin.child
Widget.parent
Widget.style
Widget.window

Based on patches by Daniel Drake <dsd@laptop.org>.

Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
13 years ago
..
Makefile.am Remove Canvas* widgets and other hippo-canvas using parts 13 years ago
__init__.py Rename the module to sugar3 13 years ago
alert.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
animator.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
colorbutton.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
combobox.py Adapt to Gtk.icon_size_lookup*() API changes 13 years ago
icon.py Use accessor functions for data fields 13 years ago
iconentry.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
menuitem.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
notebook.py Adapt to Gtk.icon_size_lookup*() API changes 13 years ago
objectchooser.py Use accessor functions for data fields 13 years ago
palette.py Use accessor functions for data fields 13 years ago
palettegroup.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
palettewindow.py Use accessor functions for data fields 13 years ago
panel.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
radiopalette.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
radiotoolbutton.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
style.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
toggletoolbutton.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
toolbarbox.py Use accessor functions for data fields 13 years ago
toolbox.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
toolbutton.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
toolcombobox.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
tray.py Use accessor functions for data fields 13 years ago
window.py Use accessor functions for data fields 13 years ago
xocolor.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago