Rigs of Rods 2023.09
Soft-body Physics Simulation
Loading...
Searching...
No Matches
AngelImGui_funcs_tabs.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
6namespace AngelImGui { // Dummy namespace, just to distinguish AngelScript from C++
7
16 // Tab bars, tabs
17
18 bool BeginTabBar(const string&in, int = 0);
20 bool BeginTabItem(const string&in, int = 0);
22 bool BeginTabItem(const string&in, bool&inout, int = 0);
23 void SetTabItemClosed(const string&in);
24
27
28} // namespace AngelImGui (dummy, just to distinguish AngelScript from C++)
void SetTabItemClosed(const string &in)
bool BeginTabBar(const string &in, int=0)
bool BeginTabItem(const string &in, int=0)
BeginTabItem() without X close button.
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separat...