class NSWindow

Public Instance Methods

bounds() click to toggle source
# File lib/purplish-frame/ui/osx/ns_window.rb, line 4
def bounds
  NSMakeRect(0, 0, width, height)
end
frame=(rect) click to toggle source
# File lib/purplish-frame/ui/osx/ns_window.rb, line 8
def frame=(rect)
  setFrame(rect, display:true)
end