class Opine::View

Attributes

view[RW]

Public Class Methods

new(view) click to toggle source
# File lib/opine/widgets/view_osx.rb, line 3
def initialize view
  @view = view
end

Public Instance Methods

<<(whatever) click to toggle source
# File lib/opine/widgets/view_osx.rb, line 6
def << whatever
  view.addSubview whatever
end