Samond Classes Library 1.1.6-RELEASE build 132
Public Member Functions

NSButton(SCButton) Category Reference

Additional functionality for class NSButton. More...

#import <SCButton.h>

List of all members.

Public Member Functions

(NSString *) - className
(void) - setStateWithBool:
(BOOL) - stateWithBool

Detailed Description

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:


Member Function Documentation

- (NSString *) className

Returns the receiver's class name.

Returns:
Class name
- (void) setStateWithBool: (BOOL)  state

Sets button state with specified boolean flag.

Parameters:
state- YES for button on-state and NO for button off-state
- (BOOL) stateWithBool

Returns boolean button state.

Returns:
YES for on-state and NO in other states

The documentation for this category was generated from the following files:
 All Classes Files Functions Typedefs Enumerations Enumerator Defines