Searched refs:pLookUpSelectList (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.cpp183 pLookUpSelectList = new wxListBox(this, LOOKUP_DIALOG_SELECT, wxPoint( 5, 15), wxSize(384, 195), 0, 0, wxLB_SINGLE|wxLB_ALWAYS_SB, wxDefaultValidator, wxT("LookUpSelectList"));
224 pLookUpSelectList->Append(lookup->lookupCol);
227 if (pLookUpSelectList->GetCount())
229 pLookUpSelectList->SetSelection(0);
293 pLookUpSelectList = new wxListBox(this, LOOKUP_DIALOG_SELECT, wxPoint(5, 15), wxSize(384, 195), 0, 0, wxLB_SINGLE|wxLB_ALWAYS_SB, wxDefaultValidator, wxT("LookUpSelectList"));
295 pLookUpSelectList->SetFont(fixedFont);
404 pLookUpSelectList->Append(s);
408 if (pLookUpSelectList->GetCount())
410 pLookUpSelectList->SetSelection(0);
472 if (widgetName == pLookUpSelectList
[all...]
H A Dlistdb.h60 wxListBox *pLookUpSelectList; member in class:ClookUpDlg

Completed in 108 milliseconds