selection_margin 属性
selection_margin 属性
指示用户是否可以通过单击文本左侧的区域来选择一行文本。
定义:
@property
def selection_margin(self):
...
@selection_margin.setter
def selection_margin(self, value):
...
指示用户是否可以通过单击文本左侧的区域来选择一行文本。
@property
def selection_margin(self):
...
@selection_margin.setter
def selection_margin(self, value):
...