Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  How can I raise/lower canvas window objects or draw graphics onto a window object inside a canvas?
 
 Use `raise .widget` and `lower .widget` to adjust window objects
relative to each other.  However, graphics objects cannot be raised
above window objects on the `canvas`.  See the `canvas` man page for the
full set of options.