]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
* modules/gui/macosx/playlist.?:
[vlc] / modules / gui / macosx / playlist.h
index a3cba4856afd0b12ea0d512e494183b2c81e7c80..4678168dc7878857770cc6af93c0b05c214026b2 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * playlist.h: MacOS X interface plugin
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: playlist.h,v 1.3 2003/01/16 13:49:44 hartman Exp $
+ * Copyright (C) 2002-2003 VideoLAN
+ * $Id: playlist.h,v 1.8 2003/03/17 21:47:21 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Derk-Jan Hartman <thedj@users.sourceforge.net>
@@ -27,7 +27,7 @@
  *****************************************************************************/
 @interface VLCPlaylistView : NSTableView
 {
-
+    NSColor *o_striped_row_color;
 }
 
 @end
@@ -37,6 +37,8 @@
  *****************************************************************************/
 @interface VLCPlaylist : NSObject
 {
+    int i_moveRow;
+        
     IBOutlet id o_table_view;
 
     IBOutlet id o_ctx_menu;
@@ -55,7 +57,9 @@
 - (IBAction)deleteItems:(id)sender;
 - (IBAction)selectAll:(id)sender;
 
-- (void)appendArray:(NSArray*)o_array atPos:(int)i_pos;
+- (void)appendArray:(NSArray*)o_array atPos:(int)i_pos enqueue:(BOOL)b_enqueue;
+
+- (void)updateRowSelection;
 - (void)playlistUpdated;
 
-@end
+@end
\ No newline at end of file