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 |