Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setDrawBorder
Method
setDrawBorder
source/windowing/StarTextBoxWidget.cpp:427–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
void TextBoxWidget::setDrawBorder(bool drawBorder) {
428
m_drawBorder = drawBorder;
429
}
430
431
void TextBoxWidget::setTextAlign(HorizontalAnchor hAnchor) {
432
m_hAnchor = hAnchor;
Callers
1
textboxHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected