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

Method My_Fl_Double_Window

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

Source from the content-addressed store, hash-verified

38
39
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected