check window system

switch -- [tk windowingsystem] {
    aqua { set thisPlatform "macosx" }
    classic { set thisPlatform "macintosh" }
    win32 { set thisPlatform "windows" }
    x11 { set thisPlatform "unix" }
}

posted @ 2011-09-17 22:23  greencolor  阅读(138)  评论(0)    收藏  举报