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):
    ...

Ver también