Difference between revisions of "NSBox"
Jump to navigation
Jump to search
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | 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. | + | 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 and a title. |
==Usage== | ==Usage== | ||
Line 7: | Line 7: | ||
*[[NSView]] | *[[NSView]] | ||
*[[NSRect]] | *[[NSRect]] | ||
+ | |||
+ | [[Category:AppKit]] |