diff options
author | ritsuka <[email protected]> | 2014-12-29 08:37:40 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-29 08:37:40 +0000 |
commit | 0ca568a18216cfaa4785c36637a81a241fd8821e (patch) | |
tree | 342d6b7e3f2e868a1b916962ecc44bc587e8e38f /macosx/HBRange+UIAdditions.h | |
parent | f1c5cb5f2388aeebbe7ec9f105b406bebf2345e0 (diff) |
MacGui: use bindings to toggle the chapters/seconds/frames UI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6669 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBRange+UIAdditions.h')
-rw-r--r-- | macosx/HBRange+UIAdditions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBRange+UIAdditions.h b/macosx/HBRange+UIAdditions.h index 82aacca18..0750b34b7 100644 --- a/macosx/HBRange+UIAdditions.h +++ b/macosx/HBRange+UIAdditions.h @@ -12,4 +12,8 @@ @property (nonatomic, readonly) NSArray *chapters; @property (nonatomic, readonly) NSArray *types; +@property (nonatomic, readonly) BOOL chaptersSelected; +@property (nonatomic, readonly) BOOL secondsSelected; +@property (nonatomic, readonly) BOOL framesSelected; + @end |