#include <src/imgui/imgui_internal.h>
◆ ImGuiMenuColumns()
| ImGuiMenuColumns::ImGuiMenuColumns |
( |
| ) |
|
|
inline |
1009{ memset(this, 0, sizeof(*this)); }
◆ CalcExtraSpace()
| float ImGuiMenuColumns::CalcExtraSpace |
( |
float |
avail_w | ) |
const |
6543{
6545}
static T ImMax(T lhs, T rhs)
Definition imgui_internal.h:410
float Width
Definition imgui_internal.h:1006
References ImMax(), and Width.
◆ DeclColumns()
| float ImGuiMenuColumns::DeclColumns |
( |
float |
w0, |
|
|
float |
w1, |
|
|
float |
w2 |
|
) |
| |
◆ Update()
| void ImGuiMenuColumns::Update |
( |
int |
count, |
|
|
float |
spacing, |
|
|
bool |
clear |
|
) |
| |
◆ NextWidth
| float ImGuiMenuColumns::NextWidth |
◆ NextWidths
| float ImGuiMenuColumns::NextWidths[3] |
◆ Pos
| float ImGuiMenuColumns::Pos[3] |
◆ Spacing
| float ImGuiMenuColumns::Spacing |
◆ Width
| float ImGuiMenuColumns::Width |
The documentation for this struct was generated from the following files: