MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~My_Fl_Double_Window

Method ~My_Fl_Double_Window

src/csvwindow.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40My_Fl_Double_Window::My_Fl_Double_Window(int W,int H, const char* title) : Fl_Double_Window (W, H, title) {}
41My_Fl_Double_Window::My_Fl_Double_Window(int X,int Y,int W,int H, const char* title) : Fl_Double_Window (X, Y, W, H, title) {}
42My_Fl_Double_Window::~My_Fl_Double_Window() {}
43
44
45/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected