Home | History | Annotate | Download | only in msi

Lines Matching refs:ruler

288     """Dialog class with a fixed layout: controls at the top, then a ruler,
295 ruler = self.h - 36
296 bmwidth = 152*ruler/328
298 self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin")
299 self.line("BottomLine", 0, ruler, self.w, 0)