]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
* Finally fixed the issue with resizing the controller and the broken playlist view...
[vlc] / modules / gui / macosx / playlist.h
index 81b325666bd74a0d166b9f3b4c83594f16296641..6fee48cf360158920f02382606e9f382a80d63d2 100644 (file)
@@ -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 <jon-vl@nanocrew.net>
@@ -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;
 
 - (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;