Exemplo n.º 1
0
 def __init__(self,
              label_text=None,
              attribute_name=None,
              show_popup=True,
              history_name=None):
     Single.__init__(self, label_text)
     EditMixin.__init__(self, attribute_name, show_popup, history_name)
Exemplo n.º 2
0
 def set_sensitive(self, sensitive):
     EditMixin.set_sensitive(self, sensitive)
     Single.set_sensitive(self, sensitive)
Exemplo n.º 3
0
 def destroy_widgets(self):
     Single.destroy_widgets(self)
     EditMixin.destroy_widgets(self)
Exemplo n.º 4
0
 def create_widgets(self):
     Single.create_widgets(self)
     EditMixin.create_widgets(self)
Exemplo n.º 5
0
 def applicable(self, instance):
     return EditMixin.applicable(self, instance)
Exemplo n.º 6
0
 def __init__(self, label_text=None, attribute_name=None, show_popup=True, history_name=None):
     Single.__init__(self, label_text)
     EditMixin.__init__(self, attribute_name, show_popup, history_name)
Exemplo n.º 7
0
 def set_sensitive(self, sensitive):
     EditMixin.set_sensitive(self, sensitive)
     Single.set_sensitive(self, sensitive)
Exemplo n.º 8
0
 def destroy_widgets(self):
     Single.destroy_widgets(self)
     EditMixin.destroy_widgets(self)
Exemplo n.º 9
0
 def create_widgets(self):
     Single.create_widgets(self)
     EditMixin.create_widgets(self)
Exemplo n.º 10
0
 def applicable(self, instance):
     return EditMixin.applicable(self, instance)