MCPcopy 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
735bool TextfileWindow::IsTextWrapped() const
736{
737 return this->IsWidgetLowered(WID_TF_WRAPTEXT);
738}
739
740/* virtual */ void TextfileWindow::Reset()
741{

Callers 3

SetupScrollbarsMethod · 0.95
DrawWidgetMethod · 0.95
ContinueReflowMethod · 0.95

Calls 1

IsWidgetLoweredMethod · 0.80

Tested by

no test coverage detected