Beispiel #1
0
 def disable(self):
     Widget.disable(self)
     self.view.setNeedsDisplay_(YES)
Beispiel #2
0
 def disable(self):
     Widget.disable(self)
     self.view.setNeedsDisplay_(YES)
Beispiel #3
0
 def disable(self):
     Widget.disable(self)
     self.view.setEnabled_(False)
Beispiel #4
0
 def disable(self):
     Widget.disable(self)
     self.view.setTextColor_(self.__color.colorWithAlphaComponent_(0.5))
     self.view.setEnabled_(False)
Beispiel #5
0
 def disable(self):
     Widget.disable(self)
     self.view.setTextColor_(self.__color.colorWithAlphaComponent_(0.5))
     self.view.setEnabled_(False)