MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / TableNextRow

Function TableNextRow

Source/GUI/ImGuiBinding.cpp:890–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890void TableNextRow(float min_row_height, String row_flag) {
891 ImGui::TableNextRow(TableRowFlag(row_flag), min_row_height);
892}
893
894void TableSetupColumn(const char* label, float init_width_or_weight, ImU32 user_id, Slice* flags, int flagCount) {
895 ImGui::TableSetupColumn(label, TableColumnFlags(flags, flagCount), init_width_or_weight, user_id);

Callers 13

TableNextColumnMethod · 0.85
TableHeadersRowMethod · 0.85
ShowMethod · 0.85
DemoWindowTablesFunction · 0.85
DisplayNodeMethod · 0.85
DrawMethod · 0.85
DrawTreeNodeMethod · 0.85
Demo_TablesFunction · 0.85

Calls 1

TableRowFlagFunction · 0.70

Tested by

no test coverage detected