A CPBox is a simple view which can display a border.
Definition at line 2 of file CPBox.h.
Returns the receiver's box type. Possible values are:
CPBoxPrimary
CPBoxSecondary
CPBoxSeparator
CPBoxOldStyle
CPBoxCustom
(In the current implementation, all values act the same except CPBoxSeparator.)
- Returns
- the box type of the box.
Definition at line 195 of file CPBox.j.
- (void) setBoxType: |
|
(CPBoxType) |
aBoxType |
|
|
implementation |
Sets the receiver's box type. Valid values are:
CPBoxPrimary
CPBoxSecondary
CPBoxSeparator
CPBoxOldStyle
CPBoxCustom
(In the current implementation, all values act the same except CPBoxSeparator.)
- Parameters
-
aBoxType | the box type of the box. |
Definition at line 215 of file CPBox.j.