# File gglib/ext/widgets.rb, line 386 def checked=(val) return if val == @checked @checked = val if @checked @theme = @themek.newInstance(CheckedHk.new(@x1,@y1,@x2,@y2)) else @theme = @themek.newInstance(self) end end