classes.nib

来自「苹果系统下的qq,基于apple系统的聊天软件」· NIB 代码 · 共 41 行

NIB
41
字号
{    IBClasses = (        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },         {            ACTIONS = {                actionAddMember = id;                 actionAddToFriend = id;                 actionCreate = id;                 actionModify = id;                 actionModifyConfig = id;                 actionNothingToDo = id;                 actionRemoveMember = id;                 actionUpdate = id;             };             CLASS = GroupInfoControler;             LANGUAGE = ObjC;             OUTLETS = {                friendDrawer = NSDrawer;                 friendView = NSOutlineView;                 groupAddButton = NSButton;                 groupAuthSelect = NSMatrix;                 groupBoardNews = NSTextView;                 groupCatagory = NSPopUpButton;                 groupCreateButton = NSButton;                 groupCreator = NSTextField;                 groupDescription = NSTextView;                 groupId = NSTextField;                 groupMemberList = NSTableView;                 groupMessageOption = NSMatrix;                 groupModifyButton = NSButton;                 groupName = NSTextField;                 groupRemoveButton = NSButton;                 groupType = NSMatrix;                 groupUpdateButton = NSButton;                 tabView = NSTabView;             };             SUPERCLASS = NSWindowController;         }    );     IBVersion = 1; }

⌨️ 快捷键说明

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