Lines Matching refs:use
307 # Delete, so any use of _default_root will immediately raise an exception.
661 return _get_default_root('use getboolean()').tk.getboolean(s)
855 # I'd rather use time.sleep(ms*0.001)
1019 to use. A keyword parameter type specifies the form of data to be
2307 useTk=True, sync=False, use=None):
2326 self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
2434 Base class to use the methods pack_* in every widget."""
2444 in=master - use master to contain this widget
2459 """Unmap this widget and do not use it for the packing order."""
2480 Base class to use the methods place_* in every widget."""
2531 Base class to use the methods grid_* in every widget."""
2536 column=number - use cell identified with given column (starting with 0)
2538 in=master - use master to contain this widget
2544 row=number - use cell identified with given row (starting with 0)
2642 # XXX Obsolete -- better use self.tk.call directly!
2663 use, visual, width."""
2819 # XXX Should use _flatten on args
3998 """Obsolete function, use see."""
4066 name = "pyimage%r" % (Image._last_id,) # tk itself would use image<x>
4162 but use only every Xth or Yth pixel. If y is not given, the
4216 tk = _get_default_root('use image_names()').tk
4221 tk = _get_default_root('use image_types()').tk