Difference between revisions of "Features/GTK3/Shell"

From Sugar Labs
< Features‎ | GTK3
Jump to navigation Jump to search
Line 4: Line 4:
  
 
Having trouble reimplementing this. See http://mail.gnome.org/archives/python-hackers-list/2011-December/msg00010.html
 
Having trouble reimplementing this. See http://mail.gnome.org/archives/python-hackers-list/2011-December/msg00010.html
 
=== gconf_client_get_list marked (skip) ===
 
 
Not available to pygi.
 
  
 
=== do_forall not working in pygobject ===
 
=== do_forall not working in pygobject ===

Revision as of 18:09, 11 December 2011

Daniel Drake started an effort to port the shell to the GTK3 sugar-toolkit. These are the biggest issues identified so far:

Custom tree model for journal

Having trouble reimplementing this. See http://mail.gnome.org/archives/python-hackers-list/2011-December/msg00010.html

do_forall not working in pygobject

Needs:

missing "destroy" signals in a couple of places

e.g. GtkCellRenderer

not really sure why.

cant call gdkwindow.raise()

raise is reserved word in Python. Workaround: getattr(win, 'raise')()

See http://mail.gnome.org/archives/python-hackers-list/2011-December/msg00011.html