Searched refs:RootFrame (Results 1 – 2 of 2) sorted by relevance
17 class RootFrame(wx.Frame): class 36 self.height_virtual = RootFrame.Y_OFFSET + (self.nr_rects * (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE))83 offset_py = RootFrame.Y_OFFSET + (nr * (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE))84 width_py = RootFrame.RECT_HEIGHT93 dc.DrawRectangle(offset_px, offset_py, width_px, RootFrame.EVENT_MARKING_WIDTH)94 width_py -= RootFrame[all...]
369 frame = RootFrame(timeslices, "Migration")