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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp142 wxButton *m_lbSelectThis; member in class:MyPanel
617 m_lbSelectThis = NULL;
749 m_lbSelectThis = new wxButton( panel, ID_LISTBOX_SEL_STR, _T("&Select 'This'"), wxPoint(340,30), wxSize(140,30) );
1170 m_lbSelectThis->SetForegroundColour(wxNullColour);
1171 m_lbSelectThis->SetBackgroundColour(wxNullColour);
1178 m_lbSelectThis->SetForegroundColour(wxT("white"));
1179 m_lbSelectThis->SetBackgroundColour(wxT("red"));
1182 m_lbSelectThis->Refresh();
1249 m_lbSelectThis->Enable( event.GetInt() == 0 );
1261 m_lbSelectThis
[all...]

Completed in 78 milliseconds