Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:bgcolor

120 _tg_screen_functions = ['addshape', 'bgcolor', 'bgpic', 'bye',
973 self.bgcolor("white")
1169 def bgcolor(self, *args):
1176 >>> screen.bgcolor("orange")
1177 >>> screen.bgcolor()
1179 >>> screen.bgcolor(0.5,0,0.5)
1180 >>> screen.bgcolor()
3357 >>> ts.bgcolor("pink")