MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / hideBackButton

Method hideBackButton

Source/DropDownLayer.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void DropDownLayer::hideBackButton() {
140 _backBtn->setEnabled(false);
141 _backBtn->setVisible(false);
142}

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected