]> git.sesse.net Git - vlc/blob - extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
* ./plugins/macosx: rewrote the net panel for OS X
[vlc] / extras / MacOSX / Resources / English.lproj / MainMenu.nib / classes.nib
1 {
2     IBClasses = (
3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4         {
5             ACTIONS = {
6                 eject = id; 
7                 faster = id; 
8                 fullscreen = id; 
9                 loop = id; 
10                 maxvolume = id; 
11                 mute = id; 
12                 next = id; 
13                 nextChannel = id; 
14                 pause = id; 
15                 play = id; 
16                 prev = id; 
17                 prevChannel = id; 
18                 quit = id; 
19                 slower = id; 
20                 stop = id; 
21                 timesliderUpdate = id; 
22             }; 
23             CLASS = Intf_Controller; 
24             LANGUAGE = ObjC; 
25             OUTLETS = {
26                 o_pause = NSButton; 
27                 o_play = NSButton; 
28                 o_playlistds = Intf_PlaylistDS; 
29                 o_stepf = NSButton; 
30                 o_stepr = NSButton; 
31                 o_stop = NSButton; 
32                 o_time = NSTextField; 
33                 o_timeslider = NSSlider; 
34                 o_window = NSWindow; 
35             }; 
36             SUPERCLASS = NSObject; 
37         }, 
38         {
39             ACTIONS = {
40                 openDisc = id; 
41                 openDiscTypeChanged = id; 
42                 openFile = id; 
43                 openNet = id; 
44                 openNetProtocol = id; 
45                 panelCancel = id; 
46                 panelOk = id; 
47             }; 
48             CLASS = Intf_Open; 
49             LANGUAGE = ObjC; 
50             OUTLETS = {
51                 o_disc_chapter = id; 
52                 o_disc_device = id; 
53                 o_disc_panel = id; 
54                 o_disc_title = id; 
55                 o_disc_type = id; 
56                 o_net_panel = id; 
57                 o_net_protocol = id; 
58                 o_net_server_addr = id; 
59                 o_net_server_addr_label = id; 
60                 o_net_server_port = id; 
61                 o_net_server_port_label = id; 
62                 o_net_server_pstepper = id; 
63             }; 
64             SUPERCLASS = NSObject; 
65         }, 
66         {
67             CLASS = Intf_PlaylistDS; 
68             LANGUAGE = ObjC; 
69             OUTLETS = {o_table = NSTableView; }; 
70             SUPERCLASS = NSObject; 
71         }
72     ); 
73     IBVersion = 1; 
74 }