]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/open.h
* gui behaviour change: the textfields are no longer disabled if another protocol...
[vlc] / modules / gui / macosx / open.h
index d71d4d6aba5686745a33029ff8373c6aed85cae2..119ef7f8728c642ab56f29526946ef895a1820aa 100644 (file)
@@ -105,6 +105,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class );
 - (void)setSubPanel;
 - (void)openTarget:(int)i_type;
 - (void)tabView:(NSTabView *)o_tv didSelectTabViewItem:(NSTabViewItem *)o_tvi;
+- (void)textFieldWasClicked:(NSNotification *)o_notification;
 
 - (void)openFileGeneric;
 - (void)openFilePathChanged:(NSNotification *)o_notification;
@@ -137,3 +138,9 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class );
 
 - (void)openFile;
 @end
+
+@interface VLCOpenTextField : NSTextField
+{
+}
+- (void)mouseDown:(NSEvent *)theEvent;
+@end