Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IsTextWrapped
Method
IsTextWrapped
src/textfile_gui.cpp:735–738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
733
}
734
735
bool TextfileWindow::IsTextWrapped() const
736
{
737
return this->IsWidgetLowered(WID_TF_WRAPTEXT);
738
}
739
740
/* virtual */ void TextfileWindow::Reset()
741
{
Callers
3
SetupScrollbars
Method · 0.95
DrawWidget
Method · 0.95
ContinueReflow
Method · 0.95
Calls
1
IsWidgetLowered
Method · 0.80
Tested by
no test coverage detected