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

Method setAlign

MyGUIEngine/src/MyGUI_Widget.cpp:775–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773 }
774
775 void Widget::setAlign(Align _value)
776 {
777 mAlign = _value;
778 }
779
780 void Widget::detachFromWidget(std::string_view _layer)
781 {

Callers 9

ExportWidget_SetAlignFunction · 0.45
setFunction · 0.45
ColourWindowCellViewMethod · 0.45
onWidgetCreatedMethod · 0.45
_wrapItemMethod · 0.45
baseCreateWidgetMethod · 0.45
baseCreateWidgetMethod · 0.45
baseCreateWidgetMethod · 0.45
_createSkinItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected