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.


  Is Tk fully ICCCM compliant?
 
 In short, no.  However, it is possible to make Tk more ICCCM compliant
through the use of a few `wm` methods.  The following are a couple
examples which effect window manager interaction:

wm command . "$argv0 $argv"
wm client . [info hostname]