| 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 ) { |
nothing calls this directly
no outgoing calls
no test coverage detected