match_entry propriété

match_entry propriété

Indique comment un ListBox ou un ComboBox recherche dans sa liste au fur et à mesure que l’utilisateur tape.

Définition:

@property
def match_entry(self):
    ...
@match_entry.setter
def match_entry(self, value):
    ...

Voir également