X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=modules%2Fgui%2Fmacosx%2Fplaylist.h;h=6fee48cf360158920f02382606e9f382a80d63d2;hb=7c07687a585668e65bf68a0d320011dac5650cdc;hp=81b325666bd74a0d166b9f3b4c83594f16296641;hpb=214f206d68bd6d87c3c4accd14305b4977c8e306;p=vlc diff --git a/modules/gui/macosx/playlist.h b/modules/gui/macosx/playlist.h index 81b325666b..6fee48cf36 100644 --- a/modules/gui/macosx/playlist.h +++ b/modules/gui/macosx/playlist.h @@ -1,7 +1,7 @@ /***************************************************************************** * playlist.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2002-2004 VideoLAN + * Copyright (C) 2002-2005 VideoLAN * $Id$ * * Authors: Jon Lech Johansen @@ -39,6 +39,7 @@ IBOutlet id o_controller; IBOutlet id o_btn_playlist; + IBOutlet id o_playlist_view; IBOutlet id o_outline_view; IBOutlet id o_tc_name; IBOutlet id o_tc_author; @@ -73,12 +74,11 @@ - (void)initStrings; - (NSMenu *)menuForEvent:(NSEvent *)o_event; -- (NSOutlineView *)playlistView; +- (NSOutlineView *)outlineView; - (IBAction)handlePopUp:(id)sender; - (IBAction)searchItem:(id)sender; -- (void)updateTogglePlaylistState; - (void)playlistUpdated; - (void)sortNode:(int)i_mode; - (void)updateRowSelection;