match_entry 属性

match_entry 属性

指示 ListBox 或 ComboBox 如何在用户键入时搜索其列表。

定义:

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

也可以看看