Home
last modified time | relevance | path

Searched refs:AddRecentScript (Results 1 – 5 of 5) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxfile.cpp420 if (remember) AddRecentScript(scriptpath); in CheckBeforeRunning()
771 AddRecentScript(path); in OpenFile()
811 if (remember) AddRecentScript(path); in OpenFile()
905 void MainFrame::AddRecentScript(const wxString& inpath) in AddRecentScript() function in MainFrame
1031 AddRecentScript( opendlg.GetPath() ); in OpenScript()
1429 AddRecentScript(path); in OpenRecentScript()
H A Dwxmain.h193 void AddRecentScript(const wxString& path);
H A Dwxmain.cpp1789 AddRecentScript(filepath); in OnDirTreeSelection()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmScript.cs239 ConfigManager.Config.DebugInfo.AddRecentScript(filepath); in LoadScriptFile()
324 ConfigManager.Config.DebugInfo.AddRecentScript(sfd.FileName); in SaveAs()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs435 public void AddRecentScript(string scriptFile) in AddRecentScript() method in Mesen.GUI.Config.DebugInfo