Exemplo n.º 1
0
 def set_active(self, active):
     if active is None:
         active = -1
     IdComboBox.set_active(self, active)
Exemplo n.º 2
0
 def set_active(self, active):
     if active is None:
         active = -1
     IdComboBox.set_active(self, active)
Exemplo n.º 3
0
 def get_active(self):
     active = IdComboBox.get_active(self)
     if active is -1:
         active = None
     return active
Exemplo n.º 4
0
 def get_active(self):
     active = IdComboBox.get_active(self)
     if active is -1:
         active = None
     return active