match_entry propiedad
match_entry propiedad
Indica cómo un ListBox o ComboBox busca en su lista a medida que el usuario escribe.
Definición:
@property
def match_entry(self):
...
@match_entry.setter
def match_entry(self, value):
...
Indica cómo un ListBox o ComboBox busca en su lista a medida que el usuario escribe.
@property
def match_entry(self):
...
@match_entry.setter
def match_entry(self, value):
...