Lines Matching refs:picname
1377 def bgpic(self, picname=None):
1381 picname -- a string, name of a gif-file or "nopic".
1383 If picname is a filename, set the corresponding image as background.
1384 If picname is "nopic", delete backgroundimage, if present.
1385 If picname is None, return the filename of the current backgroundimage.
1394 if picname is None:
1396 if picname not in self._bgpics:
1397 self._bgpics[picname] = self._image(picname)
1398 self._setbgpic(self._bgpic, self._bgpics[picname])
1399 self._bgpicname = picname