-
Notifications
You must be signed in to change notification settings - Fork 3
/
OptionalView.h
37 lines (32 loc) · 1.12 KB
/
OptionalView.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* Generated by class-dump 3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2012 by Steve Nygard.
*/
#ifdef MAVERICKS_LEGACY
@class NSButton, NSTextField;
@interface OptionalView : NSView
{
BOOL _isResizing;
NSView *_primaryView;
NSButton *_optionSwitch;
NSTextField *_label;
struct CGRect _originalFrame;
}
- (void)_subviewFrameDidChange:(id)arg1;
- (void)awakeFromNib;
- (void)dealloc;
- (void)didAddSubview:(id)arg1;
- (BOOL)isFlipped;
- (BOOL)isOpaque;
@property(strong, nonatomic) NSTextField *label; // @synthesize label=_label;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
@property(strong, nonatomic) NSButton *optionSwitch; // @synthesize optionSwitch=_optionSwitch;
@property(nonatomic) struct CGRect originalFrame; // @synthesize originalFrame=_originalFrame;
@property(strong, nonatomic) NSView *primaryView; // @synthesize primaryView=_primaryView;
- (void)sizeToFit;
- (double)widthIncludingOptionSwitch:(BOOL)arg1;
- (double)widthOffsetIncludingOptionSwitch:(BOOL)arg1;
- (void)willRemoveSubview:(id)arg1;
@end
#endif