MCPcopy Index your code
hub / github.com/benfry/processing4 / EditorButton

Method EditorButton

app/src/processing/app/ui/EditorButton.java:68–70  ·  view source on GitHub ↗
(EditorToolbar parent, String name, String title)

Source from the content-addressed store, hash-verified

66
67
68 public EditorButton(EditorToolbar parent, String name, String title) {
69 this(parent, name, title, title, title);
70 }
71
72
73 public EditorButton(EditorToolbar parent, String name,

Callers

nothing calls this directly

Calls 1

updateThemeMethod · 0.95

Tested by

no test coverage detected