Method: NSView#apply_style_properties
- Defined in:
- lib/teacup-osx/core_extensions/ns_view.rb
#apply_style_properties(properties) ⇒ Object
24 25 26 |
# File 'lib/teacup-osx/core_extensions/ns_view.rb', line 24 def apply_style_properties(properties) Teacup.apply_hash((NSView.teacup_is_animating ? self.animator : self), properties) end |