lib/swing_support/extensions/attributes.rb in swing-0.1.2 vs lib/swing_support/extensions/attributes.rb in swing-0.1.3

- old
+ new

@@ -6,10 +6,10 @@ # and sets those attributes after object initialization module Attributes def self.included host host.send :extend, ClassMethods host.instance_eval do - attr_setter :font, :tool_tip_text, :enabled +# attr_setter :font, :tool_tip_text, :enabled alias :new_without_attributes :new alias :new :new_with_attributes end end