Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_SetAlign
Function · 0.45
set
Function · 0.45
ColourWindowCellView
Method · 0.45
onWidgetCreated
Method · 0.45
_wrapItem
Method · 0.45
baseCreateWidget
Method · 0.45
baseCreateWidget
Method · 0.45
baseCreateWidget
Method · 0.45
_createSkinItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected