摘要: class person {public variable namepublic variable ageconstructor {{inname "A N Other"} {inage 21}} {set name $innameset age $inage}}person .kk# Second base classclass cost {public variable startuppublic variable annualconstructor {{yearly 12000}{newstart 0} } {set startup $newstart } {set 阅读全文
posted @ 2011-08-04 22:28 greencolor 阅读(209) 评论(0) 推荐(0) 编辑
摘要: set title_font_size 12font create title_font -family helvetica -size $title_font_size -weight bold 阅读全文
posted @ 2011-08-04 15:42 greencolor 阅读(100) 评论(0) 推荐(0) 编辑