Example #1
0
	def __init__(self, object):
		self.selected_path = -1
		self.selected_idx = -1
		self.selection_type = SelNone
		self.other_segment = -1
		Editor.__init__(self, object)
		self.Deselect()
Example #2
0
    def __init__(self, object):
	Editor.__init__(self, object)
	self.caret = 0
	object.set_editor(self)
 def __init__(self, object):
     Editor.__init__(self, object)
     self.caret = 0
     object.set_editor(self)