width属性

width属性

获取并设置此任务窗格实例的默认值 width。

定义:

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

也可以看看