MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / My_Fl_Button

Method My_Fl_Button

src/csvwidgets.cpp:191–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189************************************************************************************/
190
191My_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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected