MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setDirectives

Method setDirectives

source/windowing/StarLabelWidget.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void LabelWidget::setDirectives(String const& directives) {
67 m_style.directives = directives;
68 updateTextRegion();
69}
70
71void LabelWidget::setTextCharLimit(Maybe<unsigned> charLimit) {
72 m_textCharLimit = charLimit;

Callers 2

textboxHandlerMethod · 0.45
labelHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected