summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2008-06-25 13:05:04 +0000
committerritsuka <[email protected]>2008-06-25 13:05:04 +0000
commit65b74e51bbae41b4b2a9a92a410e92caf80e8d8d (patch)
treeea834034b1969e857141bd4525250e4f93babf73 /macosx/Controller.h
parent3b829798a6b6e4189ffaaea03084b427a1c18097 (diff)
MacGUI: Replace MVMenuButton with standard controls. Thanks blindjimmy.
Replace plus and minus icons with apple's one. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1537 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 019748dad..91f6b322c 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -12,7 +12,6 @@
#import "ChapterTitles.h"
#import "PictureController.h"
#import "HBQueueController.h"
-#import "MVMenuButton.h"
#import "HBAdvancedController.h"
#import "HBPreferencesController.h"
#import "HBPresets.h"
@@ -229,9 +228,8 @@ BOOL fIsDragging;
IBOutlet HBPresetsOutlineView * fPresetsOutlineView;
IBOutlet NSButton * fPresetsAdd;
IBOutlet NSButton * fPresetsDelete;
- IBOutlet MVMenuButton * fPresetsActionButton;
- IBOutlet NSMenu * fPresetsActionMenu;
-
+ IBOutlet NSPopUpButton * fPresetsActionButton;
+
hb_handle_t * fHandle;
hb_title_t * fTitle;
/* integer to set to determine the previous state
@@ -360,6 +358,7 @@ BOOL fIsDragging;
- (IBAction)showDebugOutputPanel:(id)sender;
- (void)setupToolbar;
+
- (void) remindUserOfSleepOrShutdown;
- (void)moveObjectsInPresetsArray:(NSMutableArray *)array fromIndexes:(NSIndexSet *)indexSet toIndex:(unsigned)insertIndex;