MCPcopy Create free account
hub / github.com/GollyGang/ready / OnSavePattern

Method OnSavePattern

src/gui/frame.cpp:1468–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1466// ---------------------------------------------------------------------
1467
1468void MyFrame::OnSavePattern(wxCommandEvent& event)
1469{
1470 wxString filename = SavePatternDialog();
1471 if(!filename.empty()) SaveFile(filename);
1472}
1473
1474// ---------------------------------------------------------------------
1475

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected