#import <CPDisclosureButton.h>
Additional Inherited Members | |
![]() | |
(id) | + buttonWithTitle: |
(id) | + buttonWithTitle:theme: |
(CPString) | + defaultThemeClass |
(CPDictionary) | + themeAttributes |
Definition at line 2 of file CPDisclosureButton.h.
|
implementation |
Draws the receiver into aRect
. This method should be overridden by subclasses.
aRect | the area that should be drawn into |
Reimplemented from CPView.
Definition at line 2134 of file CPOutlineView.j.
|
implementation |
Initializes and returns a newly allocated CPButton object with a specified frame rectangle.
aFrame | The frame rectangle for the created button object. |
Reimplemented from CPButton.
Definition at line 2113 of file CPOutlineView.j.
|
implementation |
Sets the button's state to aState
.
aState | Possible states are any of the CPButton globals: CPOffState , CPOnState , CPMixedState |
Reimplemented from CPButton.
Definition at line 2123 of file CPOutlineView.j.