Difference between revisions of "NSBox"

From GNUstepWiki
Jump to navigation Jump to search
m
 
m
Line 7: Line 7:
 
*[[NSView]]
 
*[[NSView]]
 
*[[NSRect]]
 
*[[NSRect]]
 +
 +
[[Category:AppKit]]

Revision as of 23:19, 18 July 2012

NSBox, not to be confused with the foundation type NSRect is the most simple subclass of NSView. It implements a single filled rectangle with a border.

Usage

See Also