上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 82 下一页
摘要: .cExecution error 206: wrong # args: should be one of... .c addImage a_sector a_image ?arg arg ...? .c addImages .c addSector a_sector .c addWarning a_warning .c busy ?a_message? .c cget option .c closeSession .c component ?name? ?arg arg ...? .c config ?option? ?arg arg ...? .c configure ?option? ? 阅读全文
posted @ 2011-06-21 12:52 greencolor 阅读(254) 评论(0) 推荐(0) 编辑
摘要: font create font_f -family helvetica -size 58 -weight normaloption add *font font_l 阅读全文
posted @ 2011-06-18 13:45 greencolor 阅读(138) 评论(0) 推荐(0) 编辑
摘要: class MessageInfo itk_component add message { label $itk_interior.mesg -width 20 } { usual keep -text }MessageInfo .m -text "aaa" // initial set message text as "aaa" 阅读全文
posted @ 2011-06-17 22:42 greencolor 阅读(131) 评论(0) 推荐(0) 编辑
摘要: itk_option remove optName ?optName optName ...? Removes one or more options from the composite option list for a mega-widget. Here, optName can have one of the forms described above for the "itk_option add" command.Options are normally integrated into the composite option list when a compo 阅读全文
posted @ 2011-06-16 22:25 greencolor 阅读(232) 评论(0) 推荐(0) 编辑
摘要: suppose the command set script [namespace code {foo bar}] is invoked in namespace ::a::b. Then eval "$script x y" can be executed in any namespace (assuming the value of script has been passed in properly) and will have the same effect as the command ::namespace eval ::a::b {foo bar x y}. 阅读全文
posted @ 2011-06-16 12:40 greencolor 阅读(165) 评论(0) 推荐(0) 编辑
摘要: wm - Communicate with window manager wm aspect window ?minNumer minDenom maxNumer maxDenom? wm attributes window wm attributes window ?option? wm attributes window ?option value option value...? -disabled -toolwindow -topmost -alpha -transparentcolor -modified -titlepath -alpha -topmost -transparent 阅读全文
posted @ 2011-06-14 13:16 greencolor 阅读(247) 评论(0) 推荐(0) 编辑
摘要: usual declaration for the standard Tk button widget: usual Button { keep -background -cursor -foreground -font keep -activebackground -activeforeground -disabledforeground keep -highlightcolor -highlightthickness rename -highlightbackground -background background Background}Only the options that wou 阅读全文
posted @ 2011-06-13 23:18 greencolor 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Option name.Xdefault's nameClass nameDefault valueCurrent value-background background Background #d9d9d9 #d9d9d9 -bd borderWidth -bg background -borderwidth borderWidth BorderWidth 0 0 -class class Class Toplevel Toplevel -colormap colormap Colormap undef -container container Container 0 0 -curs 阅读全文
posted @ 2011-06-13 22:41 greencolor 阅读(130) 评论(0) 推荐(0) 编辑
摘要: CanvasOption name.Xdefault's nameClass nameDefault valueCurrent value-activegroup activeGroup ActiveGroup 0 undef -background background Background #d9d9d9 #d9d9d9 -bd borderWidth -bg background -borderwidth borderWidth BorderWidth 0 0 -closeenough closeEnough CloseEnough 1 1 -confine confine Co 阅读全文
posted @ 2011-06-13 22:31 greencolor 阅读(184) 评论(0) 推荐(0) 编辑
摘要: The following is a comprehensive list of options for Labels:-anchor => 'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw' | 'center' Causes the text to stick to that position in the Label widget. This won't be obvious unle 阅读全文
posted @ 2011-06-13 22:11 greencolor 阅读(200) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 82 下一页