|
Samond Classes Library 1.1.6-RELEASE build 132
|
Additional functionality for class NSButton. More...
#import <SCButton.h>
Public Member Functions | |
| (NSString *) | - className |
| (void) | - setStateWithBool: |
| (BOOL) | - stateWithBool |
Additional functionality for class NSButton.
Category SCButton extends functionality of standard Cocoa class NSButton.
You can use category methods only in MacOS applications.
This category was intoduced in version 1.0.0.
Category declares the following properties:
| - (NSString *) className |
Returns the receiver's class name.
| - (void) setStateWithBool: | (BOOL) | state |
Sets button state with specified boolean flag.
| state | - YES for button on-state and NO for button off-state |
| - (BOOL) stateWithBool |
Returns boolean button state.
1.7.3