Example #1
0
	def __init__(self, app, parent):
		self.app = app
		self.insp = app.insp
		if self.insp.is_doc(): self.units = app.current_doc.model.doc_units
		text = uc2const.unit_short_names[self.units]
		Label.__init__(self, parent, text)
Example #2
0
 def __init__(self, app, parent):
     self.app = app
     self.insp = app.insp
     if self.insp.is_doc(): self.units = app.current_doc.model.doc_units
     text = uc2const.unit_short_names[self.units]
     Label.__init__(self, parent, text)