MCPcopy Create free account
hub / github.com/MyGUI/mygui / setAlign

Method setAlign

Tools/LayoutEditor/WidgetContainer.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 void WidgetContainer::setAlign(std::string_view _value)
230 {
231 mAlign = _value;
232 }
233
234 const std::string& WidgetContainer::getStyle() const
235 {

Callers 2

parseWidgetMethod · 0.45
notifyActionAlignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected