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

Method My_Fl_Small_Window

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

Source from the content-addressed store, hash-verified

124
125
126My_Fl_Small_Window::My_Fl_Small_Window(int W,int H) : Fl_Window (W, H) {}
127My_Fl_Small_Window::My_Fl_Small_Window(int W,int H, const char* title) : Fl_Window (W, H, title) {}
128My_Fl_Small_Window::My_Fl_Small_Window(int X,int Y,int W,int H, const char* title) : Fl_Window (X, Y, W, H, title) {}
129

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected