Home
last modified time | relevance | path

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

/dports/games/tycho/species/
H A Dvisitool.cpp134 _stop_simulation = new wxButton(_run_stop_panel,ID_Stop_Simulation,"Stop"); in BEGIN_EVENT_TABLE()
135 _stop_simulation->Disable(); in BEGIN_EVENT_TABLE()
136 run_stop_sizer->Add(_stop_simulation,1,wxEXPAND|wxADJUST_MINSIZE|wxTOP|wxRIGHT|wxBOTTOM,3); in BEGIN_EVENT_TABLE()
150 _stop_simulation->Enable(); in OnRunSimulation()
156 _stop_simulation->Disable(); in OnStopSimulation()
162 _stop_simulation->Disable(); in OnSimulationStopped()
H A Dvisitool.hpp79 *_stop_simulation; member in SpeciesFrame
/dports/games/species/species/
H A Dvisitool.cpp134 _stop_simulation = new wxButton(_run_stop_panel,ID_Stop_Simulation,"Stop"); in BEGIN_EVENT_TABLE()
135 _stop_simulation->Disable(); in BEGIN_EVENT_TABLE()
136 run_stop_sizer->Add(_stop_simulation,1,wxEXPAND|wxADJUST_MINSIZE|wxTOP|wxRIGHT|wxBOTTOM,3); in BEGIN_EVENT_TABLE()
150 _stop_simulation->Enable(); in OnRunSimulation()
156 _stop_simulation->Disable(); in OnStopSimulation()
162 _stop_simulation->Disable(); in OnSimulationStopped()
H A Dvisitool.hpp79 *_stop_simulation; member in SpeciesFrame