TAILIEUCHUNG - Mac OS X Programming phần 10

Nhớ lại rằng chìa khóa được sử dụng trong mã nguồn của bạn, và bạn không muốn phải thay đổi mã nguồn của bạn để xử lý mỗi ngôn ngữ. Điều quan trọng phục vụ chỉ như là một phương tiện cho các chương trình của bạn để xác định vị trí một chuỗi cụ thể trong tập tin . | ShowWindow window DisposeNibReference nibRef RunApplicationEventLoop Window Manager A window is created using the Interface Builder Manager routine CreateWindowFromNib. After that application control of the window is achieved through Window Manager routines. The function prototypes for the Window Manager routines are located in the header file. The following sections describe commonly used window-related data types and functions. WindowRef Referencing a Window A window is referenced by way of a variable of type WindowRef. A WindowRef is a pointer to a window object. Your program obtains such a reference to a window at the time the window is created. Creating a Window A window is created by calling CreateWindowFromNib to unarchive a window resource stored in a nib file. Refer to the Interface Builder Manager Nib Files section of this appendix for more information. ShowWindow Showing a Hidden Window A window created by calling CreateWindowFromNib is initially hidden invisible . In addition a window that has been the object of a call to HideWindow will be hidden. In either case call ShowWindow to make the window visible. Pass ShowWindow a reference to the window that it should make visible WindowRef window ShowWindow window HideWindow Hiding a Visible Window A window is made visible by calling ShowWindow. To hide make invisible a window call HideWindow. Pass HideWindow a reference to the window that it should make invisible WindowRef window HideWindow window

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.