MCPcopy Create free account
hub / github.com/asb2m10/dexed / ProgramLabel

Method ProgramLabel

Source/ProgramListBox.h:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 int idx;
74
75 ProgramLabel(ProgramListBox *pgmListBox, int idx) {
76 this->pgmListBox = pgmListBox;
77 this->idx = idx;
78 setWantsKeyboardFocus(true);
79 setExplicitFocusOrder(idx+1);
80 }
81
82 void paint(Graphics &g) override {
83 if ( inDrag ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected