Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxmain.cpp162 wxBitmapButton* tbbutt[NUM_BUTTONS]; variable
329 tbbutt[id]->Connect(id, wxEVT_KILL_FOCUS, in OnButtonDown()
370 tbbutt[id]->GetClientSize(&wd, &ht); in OnButtonUp()
382 buttevt.SetEventObject(tbbutt[id]); in OnButtonUp()
398 if (tbbutt[id] == NULL) { in AddButton()
402 tbbutt[id]->SetToolTip(tip); in AddButton()
446 tbbutt[id]->Enable(enable); in EnableButton()
470 tbbutt[START_TOOL]->Refresh(false); in SetStartStopButton()
480 tbbutt[id]->SetBitmapLabel(downtool[id]); in SelectButton()
484 tbbutt[id]->SetBitmapLabel(normtool[id]); in SelectButton()
[all …]