| 189 | ************************************************************************************/ |
| 190 | |
| 191 | My_Fl_Button::My_Fl_Button(int x, int y, int w, int h, const char *label) : Fl_Button(x, y, w, h, label) { |
| 192 | } |
| 193 | |
| 194 | /* |
| 195 | * Draws the Button |
nothing calls this directly
no outgoing calls
no test coverage detected