Lines Matching full:prepend
204 def prepend(self, x):
563 svg.prepend(SVG("rect", x=x, y=y, width=width, height=height, stroke="none", fill="cornsilk"))
1088 output.prepend(left.SVG(self.last_window))
1089 output.prepend(bottom.SVG(self.last_window))
1090 output.prepend(right.SVG(self.last_window))
1091 output.prepend(top.SVG(self.last_window))
2736 output.prepend(tickmarks.SVG(trans))
2737 output.prepend(minitickmarks.SVG(trans))