예제 #1
0
 def disable(self):
     Widget.disable(self)
     self.view.setNeedsDisplay_(YES)
예제 #2
0
 def disable(self):
     Widget.disable(self)
     self.view.setNeedsDisplay_(YES)
예제 #3
0
 def disable(self):
     Widget.disable(self)
     self.view.setEnabled_(False)
예제 #4
0
파일: simple.py 프로젝트: cool-RR/Miro
 def disable(self):
     Widget.disable(self)
     self.view.setTextColor_(self.__color.colorWithAlphaComponent_(0.5))
     self.view.setEnabled_(False)
예제 #5
0
 def disable(self):
     Widget.disable(self)
     self.view.setTextColor_(self.__color.colorWithAlphaComponent_(0.5))
     self.view.setEnabled_(False)