摘要: class Balloonwidget { inherit itk::Widget itk_option define -balloonhelp balloonHelp BalloonHelp "" private variable balloon_queue "" private variable destroy_queue "" public method enter public method leave public method balloon constructor { args } {bind $itk_componen 阅读全文
posted @ 2011-08-06 22:29 greencolor 阅读(200) 评论(0) 推荐(0) 编辑
摘要: class bb {#inherit aainherit itk::Widgetconstructor { args } {puts $itk_component(hull)}}class cc {inherit bbconstructor { args } { eval bb::constructor $args} {puts $itk_component(hull)}}cc .c abt acd ad 阅读全文
posted @ 2011-08-06 20:49 greencolor 阅读(121) 评论(0) 推荐(0) 编辑
摘要: class aa {inherit itk::Widgetconstructor { args } {puts $itk_component(hull)}}class bb {inherit aaconstructor { args } {puts $itk_component(hull)}}class cc {inherit bbconstructor { args } {puts $itk_component(hull)}}cc .c abt acd ad====args only to class cc 阅读全文
posted @ 2011-08-06 20:36 greencolor 阅读(98) 评论(0) 推荐(0) 编辑
摘要: class aa {inherit itk::Widgetconstructor { args } {puts $itk_component(hull)}}class bb {inherit aaconstructor { args } {puts $itk_component(hull)}}class cc {inherit bbconstructor { args } {puts $itk_component(hull)}}cc .c 阅读全文
posted @ 2011-08-06 20:33 greencolor 阅读(119) 评论(0) 推荐(0) 编辑
摘要: class Balloonwidget { inherit itk::Widget itk_option define -balloonhelp balloonHelp BalloonHelp "" private variable balloon_queue "" private variable destroy_queue "" public method enter public method leave public method balloon constructor { args } {bind $itk_componen 阅读全文
posted @ 2011-08-06 16:53 greencolor 阅读(254) 评论(0) 推荐(0) 编辑