Home
last modified time | relevance | path

Searched refs:barThick (Results 1 – 1 of 1) sorted by relevance

/dports/astro/py-ro/RO-3.6.9/python/RO/Wdg/
H A DProgressBar.py89 barThick = None, argument
113 if barThick is None:
115 self.barThick = 0
117 self.barThick = 10
119 self.barThick = barThick
131 if barThick is None: # default to label hieght
136 cnvWidth, cnvHeight = self.fullBarLength, self.barThick
142 cnvWidth, cnvHeight = self.barThick, self.fullBarLength
177 elif self.labelWdg is None and self.barThick is None: