Samond Classes Library 1.2.6-STABLE build 219
NSButton+SCButton.h
Go to the documentation of this file.
1 //
2 // NSButton+SCButton.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 22.02.09.
6 // Copyright (c) 2007 - 2018 by Samond Development Corporation. All rights reserved.
7 //
8 
24 #import <Cocoa/Cocoa.h>
25 
26 #pragma mark -
27 #pragma mark Class Constants
28 
37 #define NSButtonClass @"NSButton"
38 
39 
54 
55 #pragma mark -
56 #pragma mark Instance Properties
57 
66 @property (nonatomic, readwrite, assign, getter=stateWithBool, setter=setStateWithBool:) BOOL boolState;
67 
70 #pragma mark -
71 #pragma mark Accessing Class Instance Properties
72 - (void)setStateWithBool:(BOOL)state;
73 - (BOOL)stateWithBool;
74 
75 @end
BOOL boolState
Definition: NSButton+SCButton.h:66
Standard class NSButton functionality extending category.
Definition: NSButton+SCButton.h:53