]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
Make the playlist info window a new object
[vlc] / modules / gui / macosx / playlist.h
index 6c688f31ef0b66e3713be2b780cfb616bc399cd8..a4b911cd3effbe5eb75f5db3492b42ee7b57c5ed 100644 (file)
@@ -75,6 +75,7 @@
     IBOutlet id o_author_txt; 
     IBOutlet id o_btn_info_ok;
     IBOutlet id o_btn_info_cancel;
+    IBOutlet id o_tbv_info;
 
     NSImage *o_descendingSortingImage;
     NSImage *o_ascendingSortingImage;
@@ -98,8 +99,7 @@
 
 /*For playlist info window*/
 
-- (IBAction)togglePlaylistInfoPanel:(id)sender;
-- (IBAction)infoCancel:(id)sender;
-- (IBAction)infoOk:(id)sender;
+- (int)selectedPlaylistItem;
 
 @end
+