Home
last modified time | relevance | path

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

/dports/math/gambit/gambit-16.0.1/src/gui/
H A Defgpanel.cc235 wxStaticText *m_infosetValue, *m_infosetProb, *m_belief; member in gbtTreePlayerPanel
322 m_infosetProb = new wxStaticText(this, wxID_STATIC, wxT("Infoset reached:"), in BEGIN_EVENT_TABLE()
325 m_infosetProb->SetFont(wxFont(10, wxSWISS, wxNORMAL, wxNORMAL)); in BEGIN_EVENT_TABLE()
326 topSizer->Add(m_infosetProb, 0, wxALL | wxEXPAND, 0); in BEGIN_EVENT_TABLE()
327 topSizer->Show(m_infosetProb, false); in BEGIN_EVENT_TABLE()
382 m_infosetProb->SetForegroundColour(color); in OnUpdate()
384 m_infosetProb->SetLabel(wxT("Infoset reached: ") + in OnUpdate()
386 GetSizer()->Show(m_infosetProb, true); in OnUpdate()
397 GetSizer()->Show(m_infosetProb, false); in OnUpdate()
410 GetSizer()->Show(m_infosetProb, false); in OnUpdate()