Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ TextWrapped
Function
TextWrapped
Source/GUI/ImGuiBinding.cpp:714–716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
712
}
713
714
void TextWrapped(String text) {
715
ImGui::TextWrappedUnformatted(text.begin(), text.end());
716
}
717
718
void LabelText(const char* label, const char* text) {
719
ImGui::LabelText(label,
"%s"
, text);
Callers
15
imgui_text_wrapped
Function · 0.85
DebugNodeFont
Method · 0.85
DemoWindowWidgetsImages
Function · 0.85
DemoWindowWidgetsText
Function · 0.85
DemoWindowWidgetsTreeNodes
Function · 0.85
DemoWindowLayout
Function · 0.85
DemoWindowPopups
Function · 0.85
DemoWindowTables
Function · 0.85
DemoWindowColumns
Function · 0.85
DemoWindowInputs
Function · 0.85
Draw
Function · 0.85
ShowExampleAppLayout
Function · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected