]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/ControlsBar.h
macosx: use position formatter for start and stop time in open panel
[vlc] / modules / gui / macosx / ControlsBar.h
index 5b8310ed1a455818e405397804a0cc9ae1f45578..a62cfb01f9d467c2bd7b1f085d0b2a195015c902 100644 (file)
@@ -69,6 +69,8 @@
 
 @property (readonly) id bottomBarView;
 
+- (CGFloat)height;
+
 - (IBAction)play:(id)sender;
 - (IBAction)bwd:(id)sender;
 - (IBAction)fwd:(id)sender;
 - (void)setShuffle;
 - (IBAction)shuffle:(id)sender;
 
+- (void)toggleEffectsButton;
 - (void)toggleJumpButtons;
 - (void)togglePlaymodeButtons;
 
 - (void)updateVolumeSlider;
 - (void)updateControls;
-- (void)updatePosAndTimeInFSPanel:(VLCFSPanel *)o_fspanel;
 
 @end