On 29 Nov 2004 13:58:05 -0800, Sean McIlroy wrote:

> The 'Canvas Methods' section of the online Intro to Tkinter
> (http://www.pythonware.com/library/tkinter/introduction/x2102-methods.htm)
> refers (without explanation) to something called "bbox". What is this?
> TIA

Do you mean this section ?

bbox(items) => tuple, bbox() => tuple

    Returns the bounding box for the given items. If the specifier is
omitted, the bounding box for all items are returned. Note that the
bounding box is approximate and may differ a few pixels from the real
value.


-- 
Richard
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to