Home
last modified time | relevance | path

Searched refs:szIndentChars (Results 1 – 4 of 4) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DC4LogBuf.cpp23 C4LogBuffer::C4LogBuffer(int iSize, int iMaxLines, int iLBWidth, const char *szIndentChars, bool fD… in C4LogBuffer() argument
28 if (szIndentChars && *szIndentChars) in C4LogBuffer()
30 szIndent = new char[strlen(szIndentChars)+1]; in C4LogBuffer()
31 strcpy(szIndent, szIndentChars); in C4LogBuffer()
H A DC4LogBuf.h50 …C4LogBuffer(int iSize, int iMaxLines, int iLBWidth, const char *szIndentChars=" ", bool fDynami…
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiLabels.cpp202 …nst C4Rect &rcBounds, int32_t iMaxLines, int32_t iMaxBuf, const char *szIndentChars, bool fAutoGro… in MultilineLabel() argument
203 …: Element(), Lines(iMaxBuf, iMaxLines, rcBounds.Wdt, szIndentChars, fAutoGrow, fMarkup), fMarkup(f… in MultilineLabel()
476 …size_t iPicPadding, size_t iMaxLines, size_t iMaxTextLen, const char *szIndentChars, bool fAutoGro… in TextWindow() argument
485 …abel(pClientWindow->GetContainedClientRect(), iMaxLines, iMaxTextLen, szIndentChars, fAutoGrow, fM… in TextWindow()
H A DC4Gui.h557 …nst C4Rect &rcBounds, int32_t iMaxLines, int32_t iMaxBuf, const char *szIndentChars, bool fAutoGro…
1738 …Padding=0, size_t iMaxLines=100, size_t iMaxTextLen=4096, const char *szIndentChars=" ", bool f…