haskell-game / dear-imgui.hs

Haskell bindings to Dear ImGui, an immediate mode GUI toolkit
BSD 3-Clause "New" or "Revised" License
143 stars 31 forks source link

Add tab bar functions #30

Closed sheaf closed 3 years ago

sheaf commented 3 years ago

Adds the tab bar functions: BeginTabBar, EndTabBar, BeginTabItem, EndTabItem, TabItemButton and SetTabItemClosed.

sheaf commented 3 years ago

I'm good to go.