Home
last modified time | relevance | path

Searched refs:CheckBeforeRunning (Results 1 – 4 of 4) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxmain.h63 void CheckBeforeRunning(const wxString& scriptpath, bool remember,
H A Dwxhelp.cpp726 mainptr->CheckBeforeRunning(filepath, true, wxEmptyString); in GetURL()
781 mainptr->CheckBeforeRunning(tempfile, false, zippath); in UnzipFile()
H A Dwxfile.cpp385 void MainFrame::CheckBeforeRunning(const wxString& scriptpath, bool remember, in CheckBeforeRunning() function in MainFrame
717 CheckBeforeRunning(tempfile, false, zippath); in OpenZipFile()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Performance/
H A Dmod.rs2728 pub unsafe fn CheckBeforeRunning(&self) -> ::windows::runtime::Result<i16> { in CheckBeforeRunning() method