MCPcopy 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
221UIWidget* UICheckBox::getCurrentButton() const {
222 return mChecked ? mActiveButton : mInactiveButton;
223}
224
225Int32 UICheckBox::getTextSeparation() const {
226 return mTextSeparation;

Callers 1

getCheckBoxFnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected