comparison dwt/internal/cocoa/NSRect.d @ 48:34237ae5156a

Updated Scrollable to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 20:16:52 +0100
parents cfa563df4fdd
children
comparison
equal deleted inserted replaced
47:8615c76f10e4 48:34237ae5156a
54 CGFloat height () 54 CGFloat height ()
55 { 55 {
56 return size.height; 56 return size.height;
57 } 57 }
58 58
59 CGFloat width (CGFloat height) 59 CGFloat height (CGFloat height)
60 { 60 {
61 return size.height = height; 61 return size.height = height;
62 } 62 }
63 63
64 NSPoint origin; 64 NSPoint origin;