Wrap ImGui::BeginChild and EndChild (#21)

This commit is contained in:
Ollie Charles
2021-01-28 22:38:25 +00:00
committed by GitHub
parent 397cea7bd9
commit 63bb63a32e
2 changed files with 21 additions and 0 deletions

View File

@ -78,11 +78,15 @@ loop w checked color slider = do
progressBar 0.314 (Just "Pi")
beginChild "Child"
beginCombo "Label" "Preview" >>= whenTrue do
selectable "Testing 1"
selectable "Testing 2"
endCombo
endChild
plotHistogram "A histogram" [ 10, 10, 20, 30, 90 ]
colorPicker3 "Test" color