Skip to content
Snippets Groups Projects
Commit 4834f0e3 authored by C.W. Betts's avatar C.W. Betts
Browse files

More migrating to properties.

parent df51dbcf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -177,14 +177,13 @@
vSpacing:(double)vs;
 
// Size we should report to fit the current layout
- (NSSize)tmuxSize;
@property (readonly) NSSize tmuxSize;
// Size we are given the current layout
- (NSSize)maxTmuxSize;
- (NSString *)tmuxWindowName;
- (void)setTmuxWindowName:(NSString *)tmuxWindowName;
@property (readonly) NSSize maxTmuxSize;
@property (copy) NSString *tmuxWindowName;
 
- (int)tmuxWindow;
- (BOOL)isTmuxTab;
@property (readonly, getter=isTmuxTab) BOOL tmuxTab;
- (void)setTmuxLayout:(NSMutableDictionary *)parseTree
tmuxController:(TmuxController *)tmuxController;
// Returns true if the tmux layout is too large for the window to accommodate.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment