]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
* Implements playlist toggle button
[vlc] / modules / gui / macosx / playlist.h
index fdb57545ca9a61f223e3bee99302445e94a1e254..0f56d6edc81e8f59aad60e8b6b2bb20e4872769c 100644 (file)
@@ -36,6 +36,8 @@
  *****************************************************************************/
 @interface VLCPlaylist : NSObject
 {
+    IBOutlet id o_controller;
+
     IBOutlet id o_btn_playlist;
     IBOutlet id o_outline_view;
     IBOutlet id o_tc_name;
@@ -71,6 +73,7 @@
 - (void)initStrings;
 - (NSMenu *)menuForEvent:(NSEvent *)o_event;
 
+- (void)updateTogglePlaylistState;
 - (void)playlistUpdated;
 - (void)sortNode:(int)i_mode;