Skip to content

Files

Latest commit

9627284 · Jan 31, 2024

History

History

Window

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 23, 2024
Dec 31, 2023
Jan 31, 2024

Window

This example demonstrates the use of NSWindow control.

Sources

Window.m

CMakeLists.txt

Generate and build

To build this project, open "Terminal", go to your project folder and type following lines:

mkdir build
cd build
cmake .. -G "Xcode"
open ./Window.xcodeproj

Select Window project and type Cmd+R to build and run it.

Output

Screenshot

Screenshot