Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setTextOffset
Method
setTextOffset
source/windowing/StarButtonWidget.cpp:337–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
void ButtonWidget::setTextOffset(Vec2I textOffset) {
338
m_textOffset = textOffset;
339
}
340
341
void ButtonWidget::setTextAlign(HorizontalAnchor hAnchor) {
342
m_hTextAnchor = hAnchor;
Callers
2
addTab
Method · 0.80
buttonHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected