Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ setThinBorder
Method
setThinBorder
src/Interface/Window.cpp:285–288 ·
view source on GitHub ↗
* Changes the window to have a thin border. */
Source
from the content-addressed store, hash-verified
283
* Changes the window to have a thin border.
284
*/
285
void Window::setThinBorder()
286
{
287
_thinBorder = true;
288
}
289
}
Callers
1
ComboBox
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected