- addSubview
void addSubview(NSView subView)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTrackingArea
void addTrackingArea(NSTrackingArea trackingArea)
Undocumented in source. Be warned that the author may not have intended to support it.
- bounds
NSRect bounds()
Undocumented in source. Be warned that the author may not have intended to support it.
- convertPoint
NSPoint convertPoint(NSPoint point, NSView view)
Undocumented in source. Be warned that the author may not have intended to support it.
- convertRect
NSRect convertRect(NSRect rect, NSView view)
Undocumented in source. Be warned that the author may not have intended to support it.
- frame
NSRect frame()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRectsBeingDrawn
void getRectsBeingDrawn(const(NSRect)** rects, NSInteger* count)
Undocumented in source. Be warned that the author may not have intended to support it.
- initWithFrame
void initWithFrame(NSRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- layer
CALayer layer()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeFromSuperview
void removeFromSuperview()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeTrackingArea
void removeTrackingArea(NSTrackingArea trackingArea)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFrameSize
void setFrameSize(NSSize newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNeedsDisplayInRect
void setNeedsDisplayInRect(NSRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWantsLayer
void setWantsLayer(BOOL value)
Undocumented in source. Be warned that the author may not have intended to support it.
- window
NSWindow window()
Undocumented in source. Be warned that the author may not have intended to support it.