/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to branchview/graphcell.py

  • Committer: Curtis Hovey
  • Date: 2011-08-27 14:34:38 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110827143438-25shn3krz7pc2dxz
Replaced the missing GenericCellRenderer with CellRenderer.
Replaced the missing GenericTreeModel with TreeStore.
The classes will need more revision, but the test suite will
now run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from gi.repository import Gtk
20
20
from gi.repository import GObject
21
21
from gi.repository import Pango
22
 
import cairo
23
 
 
24
 
 
25
 
class CellRendererGraph(Gtk.GenericCellRenderer):
 
22
from gi.repository import cairo
 
23
 
 
24
 
 
25
class CellRendererGraph(Gtk.CellRenderer):
26
26
    """Cell renderer for directed graph.
27
27
 
28
28
    Properties: