classes.nib

来自「VLC Player Source Code」· NIB 代码 · 共 36 行

NIB
36
字号
{    IBClasses = (        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },         {            ACTIONS = {cancelAndClose = id; cancelDialog = id; okayAndClose = id; };             CLASS = VLCInteraction;             LANGUAGE = ObjC;             OUTLETS = {                "o_auth_cancel_btn" = id;                 "o_auth_description" = id;                 "o_auth_login_fld" = id;                 "o_auth_login_txt" = id;                 "o_auth_ok_btn" = id;                 "o_auth_pw_fld" = id;                 "o_auth_pw_txt" = id;                 "o_auth_title" = id;                 "o_auth_win" = id;                 "o_input_cancel_btn" = id;                 "o_input_description" = id;                 "o_input_fld" = id;                 "o_input_ok_btn" = id;                 "o_input_title" = id;                 "o_input_win" = id;                 "o_prog_bar" = id;                 "o_prog_cancel_btn" = id;                 "o_prog_description" = id;                 "o_prog_timeToGo" = id;                 "o_prog_title" = id;                 "o_prog_win" = id;             };             SUPERCLASS = NSObject;         },         {CLASS = VLCInteractionList; LANGUAGE = ObjC; SUPERCLASS = NSObject; }    );     IBVersion = 1; }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?