MCPcopy 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
427void TextBoxWidget::setDrawBorder(bool drawBorder) {
428 m_drawBorder = drawBorder;
429}
430
431void TextBoxWidget::setTextAlign(HorizontalAnchor hAnchor) {
432 m_hAnchor = hAnchor;

Callers 1

textboxHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected