Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getHorizontalAlign
Method
getHorizontalAlign
src/eepp/ui/uinode.cpp:700–702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
698
}
699
700
Uint32 UINode::getHorizontalAlign() const {
701
return mFlags & UI_HALIGN_MASK;
702
}
703
704
UINode* UINode::setHorizontalAlign( Uint32 halign ) {
705
mFlags &= ~UI_HALIGN_MASK;
Callers
2
displayTooltip
Method · 0.80
displayTooltip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected