/[ascend]/trunk/pygtk/modelview.py
ViewVC logotype

Diff of /trunk/pygtk/modelview.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 792 by johnpye, Thu Jul 27 14:07:13 2006 UTC revision 806 by johnpye, Fri Aug 4 07:45:18 2006 UTC
# Line 139  class ModelView: Line 139  class ModelView:
139                  _fontweight = pango.WEIGHT_BOLD                  _fontweight = pango.WEIGHT_BOLD
140              _status = instance.getVarStatus();              _status = instance.getVarStatus();
141              _statusicon = self.browser.statusicons[_status]              _statusicon = self.browser.statusicons[_status]
142                elif instance.isRelation():
143                if not instance.isIncluded():
144                    _fgcolor = "#888888"
145          elif instance.isBool() or instance.isReal() or instance.isInt():          elif instance.isBool() or instance.isReal() or instance.isInt():
146              # TODO can't edit constants that have already been refined              # TODO can't edit constants that have already been refined
147              _editable = True              _editable = True

Legend:
Removed from v.792  
changed lines
  Added in v.806

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22