From 95f50f128d56e71060dd8995d0e2e76906a63e70 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Wed, 12 Mar 2008 17:31:39 +0000 Subject: MacGui: When selecting one x264 option disables another (like turning off CABAC disables trellis), remove the disabled option from the string and fade the widget out of view with an animation proxy. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1336 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBAdvancedController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/HBAdvancedController.h') diff --git a/macosx/HBAdvancedController.h b/macosx/HBAdvancedController.h index 42fe5194a..2eb2e3e4c 100644 --- a/macosx/HBAdvancedController.h +++ b/macosx/HBAdvancedController.h @@ -62,6 +62,7 @@ - (void) setOptions: (NSString *)string; - (void) enableUI: (bool) b; - (void) setHidden: (BOOL) hide; +- (IBAction) X264AdvancedOptionsAnimate: (id) sender; - (IBAction) X264AdvancedOptionsSet: (id) sender; - (IBAction) X264AdvancedOptionsStandardizeOptString: (id) sender; - (IBAction) X264AdvancedOptionsSetCurrentSettings: (id) sender; -- cgit v1.2.3