/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-12 19:50:45 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110812195045-y86bmaibs3pw5w6d
Updated buffer.getText() calls and ModifierType enums.

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
 
from gi.repository import cairo
23
 
 
24
 
 
25
 
class CellRendererGraph(Gtk.CellRenderer):
 
22
import cairo
 
23
 
 
24
 
 
25
class CellRendererGraph(Gtk.GenericCellRenderer):
26
26
    """Cell renderer for directed graph.
27
27
 
28
28
    Properties: