Home
last modified time | relevance | path

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

/dports/games/tycho/species/
H A Dvisitool.cpp130 _run_stop_panel = new wxPanel(this,-1,wxDefaultPosition,wxSize(100,20)); in BEGIN_EVENT_TABLE()
132 _run_simulation = new wxButton(_run_stop_panel,ID_Run_Simulation,"Run"); in BEGIN_EVENT_TABLE()
134 _stop_simulation = new wxButton(_run_stop_panel,ID_Stop_Simulation,"Stop"); in BEGIN_EVENT_TABLE()
137 _run_stop_panel->SetSizer(run_stop_sizer); in BEGIN_EVENT_TABLE()
138 run_stop_sizer->SetSizeHints(_run_stop_panel); in BEGIN_EVENT_TABLE()
140 _run_stop_panel->SetBackgroundColour(BG_COLOUR); in BEGIN_EVENT_TABLE()
141 _run_stop_panel->SetAutoLayout(TRUE); in BEGIN_EVENT_TABLE()
187 wxSize inner = GetClientSize(), run_stop = _run_stop_panel->GetSize(); in OnSize()
188 _run_stop_panel->SetSize(inner.x-run_stop.x,inner.y-run_stop.y,run_stop.x,run_stop.y); in OnSize()
H A Dvisitool.hpp80 wxPanel *_run_stop_panel; member in SpeciesFrame
/dports/games/species/species/
H A Dvisitool.cpp130 _run_stop_panel = new wxPanel(this,-1,wxDefaultPosition,wxSize(100,20)); in BEGIN_EVENT_TABLE()
132 _run_simulation = new wxButton(_run_stop_panel,ID_Run_Simulation,"Run"); in BEGIN_EVENT_TABLE()
134 _stop_simulation = new wxButton(_run_stop_panel,ID_Stop_Simulation,"Stop"); in BEGIN_EVENT_TABLE()
137 _run_stop_panel->SetSizer(run_stop_sizer); in BEGIN_EVENT_TABLE()
138 run_stop_sizer->SetSizeHints(_run_stop_panel); in BEGIN_EVENT_TABLE()
140 _run_stop_panel->SetBackgroundColour(BG_COLOUR); in BEGIN_EVENT_TABLE()
141 _run_stop_panel->SetAutoLayout(TRUE); in BEGIN_EVENT_TABLE()
187 wxSize inner = GetClientSize(), run_stop = _run_stop_panel->GetSize(); in OnSize()
188 _run_stop_panel->SetSize(inner.x-run_stop.x,inner.y-run_stop.y,run_stop.x,run_stop.y); in OnSize()
H A Dvisitool.hpp80 wxPanel *_run_stop_panel; member in SpeciesFrame