Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4StartupNetDlg.cpp656pSearchFieldEdt = new C4GUI::CallbackEdit<C4StartupNetDlg>(caSearch.GetAll(), this, &C4StartupNetD… in C4StartupNetDlg()
657 pSearchFieldEdt->SetToolTip(szSearchTip); in C4StartupNetDlg()
658 pSheetGameList->AddElement(pSearchFieldEdt); in C4StartupNetDlg()
887 const char *szGameMask = pSearchFieldEdt->GetText(); in UpdateList()
1043 if (GetFocus() == pSearchFieldEdt) in DoOK()
H A DC4StartupNetDlg.h144 C4GUI::Edit *pSearchFieldEdt; variable