Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getCurrentButton
Method
getCurrentButton
src/eepp/ui/uicheckbox.cpp:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
UIWidget* UICheckBox::getCurrentButton() const {
222
return mChecked ? mActiveButton : mInactiveButton;
223
}
224
225
Int32 UICheckBox::getTextSeparation() const {
226
return mTextSeparation;
Callers
1
getCheckBoxFn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected