MCPcopy
hub / github.com/arduino/Arduino / deactivate

Method deactivate

app/src/processing/app/EditorToolbar.java:539–543  ·  view source on GitHub ↗

Set a particular button to be active.

(int what)

Source from the content-addressed store, hash-verified

537 * Set a particular button to be active.
538 */
539 private void deactivate(int what) {
540 if (buttonImages != null) {
541 setState(what, INACTIVE, true);
542 }
543 }
544
545 public void deactivateRun() {
546 deactivate(RUN);

Callers 3

deactivateRunMethod · 0.95
deactivateSaveMethod · 0.95
deactivateExportMethod · 0.95

Calls 1

setStateMethod · 0.95

Tested by

no test coverage detected