selection_margin property

selection_margin property

Indicates whether the user can select a line of text by clicking in the region to the left of the text.

Definition:

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

See Also