RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 
6 namespace 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++)
AngelImGui::SetTabItemClosed
void SetTabItemClosed(const string &in)
AngelImGui::BeginTabBar
bool BeginTabBar(const string &in, int=0)
AngelImGui
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separat...
Definition: AngelImGui_funcs_columns.h:6
AngelImGui::BeginTabItem
bool BeginTabItem(const string &in, int=0)
BeginTabItem() without X close button.