]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
Change the searchField in NSSearchField when macos >= 10.3
[vlc] / modules / gui / macosx / playlist.h
index 995265bb00826e4dd70a6af3f816baa026e626ea..340076f3af6b46f168c03db0374d065ed12e2be8 100644 (file)
     IBOutlet id o_mi_selectall;
     IBOutlet id o_mi_sort_name;
     IBOutlet id o_mi_sort_author;
-    
+
     /* "services discovery" menu in the playlist menu */
     IBOutlet id o_mi_services;
     IBOutlet id o_mu_services;
-    
+
     /* "services discovery" menu in the main menu */
     IBOutlet id o_mm_mi_services;
     IBOutlet id o_mm_mu_services;
@@ -78,6 +78,7 @@
 }
 
 - (void)initStrings;
+- (void)searchfieldChanged:(NSNotification *)o_notification;
 - (NSMenu *)menuForEvent:(NSEvent *)o_event;
 - (NSOutlineView *)outlineView;
 
@@ -85,6 +86,7 @@
 - (IBAction)searchItem:(id)sender;
 
 - (void)playlistUpdated;
+- (void)playModeUpdated;
 - (void)sortNode:(int)i_mode;
 - (void)updateRowSelection;
 
@@ -96,6 +98,7 @@
 - (IBAction)sortNodeByAuthor:(id)sender;
 
 - (void)appendArray:(NSArray*)o_array atPos:(int)i_position enqueue:(BOOL)b_enqueue;
+- (void)appendNodeArray:(NSArray*)o_array inNode:(playlist_item_t *)p_node atPos:(int)i_position inView:(int)i_view enqueue:(BOOL)b_enqueue;
 
 - (playlist_item_t *)selectedPlaylistItem;