Method: CDK::CDKOBJS#setBox

Defined in:
lib/cdk/cdk_objs.rb

#setBox(box) ⇒ Object



109
110
111
112
# File 'lib/cdk/cdk_objs.rb', line 109

def setBox(box)
  @box = box
  @border_size = if @box then 1 else 0 end
end