]> git.sesse.net Git - vlc/blob - extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
* new dialogue type to prompt the user for a string
[vlc] / extras / MacOSX / Resources / English.lproj / Interaction.nib / classes.nib
1 {
2     IBClasses = (
3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4         {
5             ACTIONS = {cancelAndClose = id; okayAndClose = id; }; 
6             CLASS = VLCInteraction; 
7             LANGUAGE = ObjC; 
8             OUTLETS = {
9                 "o_auth_cancel_btn" = id; 
10                 "o_auth_description" = id; 
11                 "o_auth_login_fld" = id; 
12                 "o_auth_login_txt" = id; 
13                 "o_auth_ok_btn" = id; 
14                 "o_auth_pw_fld" = id; 
15                 "o_auth_pw_txt" = id; 
16                 "o_auth_title" = id; 
17                 "o_auth_win" = id; 
18                 "o_input_cancel_btn" = id; 
19                 "o_input_description" = id; 
20                 "o_input_fld" = id; 
21                 "o_input_ok_btn" = id; 
22                 "o_input_title" = id; 
23                 "o_input_win" = id; 
24                 "o_prog_bar" = id; 
25                 "o_prog_cancel_btn" = id; 
26                 "o_prog_description" = id; 
27                 "o_prog_title" = id; 
28                 "o_prog_win" = id; 
29             }; 
30             SUPERCLASS = NSObject; 
31         }, 
32         {CLASS = VLCInteractionList; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
33     ); 
34     IBVersion = 1; 
35 }