This folder contains book control examples.
- Choicebook shows how to create a Choicebook widget with wxChoiceBook.
- Listbook shows how to create a Listbook widget with wxListBook.
- Notebook shows how to create a Notebook widget with wxNoteBook.
- Simplebook shows how to create a Simplebook widget with wxSimplebook.
- Toolbook shows how to create a Toolbook widget with wxToolbook.
- Treebook shows how to create a Treebook widget with wxTreebook.
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start BookControls.sln
Select any project and type Ctrl+F5 to build and run it.
mkdir build && cd build
cmake .. -G "Xcode"
open ./BookControls.xcodeproj
Select any project and type Cmd+R to build and run it.
mkdir build
cd build
cmake .. -G "CodeBlocks - Unix Makefiles"
xdg-open ./BookControls.cbp > /dev/null 2>&1
Select any project and type F10 to build and run it.
mkdir build
cd build
cmake ..
cmake --build . --config Debug
./AnyProject