]> git.sesse.net Git - vlc/blob - extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
* MacOS X vout improvements
[vlc] / extras / MacOSX / Resources / English.lproj / MainMenu.nib / classes.nib
1 {
2     IBClasses = (
3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4         {
5             ACTIONS = {
6                 fullscreen_toggle = id; 
7                 openFile = id; 
8                 pause = id; 
9                 play = id; 
10                 quit = id; 
11                 speedslider_update = id; 
12                 stop = id; 
13                 timeslider_update = id; 
14             }; 
15             CLASS = Intf_Controller; 
16             LANGUAGE = ObjC; 
17             OUTLETS = {
18                 o_currenttime = id; 
19                 o_menu_fullscreen = id; 
20                 o_pause = id; 
21                 o_play = id; 
22                 o_playlistds = id; 
23                 o_stepf = id; 
24                 o_stepr = id; 
25                 o_stop = id; 
26                 o_timeslider = id; 
27                 o_window = id; 
28             }; 
29             SUPERCLASS = NSObject; 
30         }, 
31         {
32             CLASS = Intf_PlaylistDS; 
33             LANGUAGE = ObjC; 
34             OUTLETS = {o_table = id; }; 
35             SUPERCLASS = NSObject; 
36         }, 
37     ); 
38     IBVersion = 1; 
39 }