This folder contains AppKit container examples.
- GroupBox shows how to create a GroupBox with NSBox.
- Panel shows how to create a Panel with NSScrollView.
- TabControl shows how to create a TabControl with TabPages with NSTabView and NSTabViewItem.
- Window shows how to create a Window with NSWndow.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./Containers.xcodeproj