Samond Classes Library 1.2.1-RELEASE build 181
NSButton+SCButton.h
См. документацию.
1 //
2 // NSButton+SCButton.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 22.02.09.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
24 #import <Cocoa/Cocoa.h>
25 
26 #pragma mark -
27 #pragma mark Class Constants
28 
32 #define NSButtonClass @"NSButton"
33 
34 
48 
49 #pragma mark -
50 #pragma mark Instance Properties
51 
60 @property (nonatomic, getter=stateWithBool, setter=setStateWithBool:) BOOL boolState;
61 
64 #pragma mark -
65 #pragma mark Accessing Class Instance Properties
66 - (void)setStateWithBool:(BOOL)state;
67 - (BOOL)stateWithBool;
68 
69 @end
BOOL boolState
Definition: NSButton+SCButton.h:60
Расширение функциональности стандартного класса NSButton.
Definition: NSButton+SCButton.h:47