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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTransferWnd.cpp61 EVT_BUTTON(ID_BTNCLRCOMPL, CTransferWnd::OnBtnClearDownloads)
91 CastChild(ID_BTNCLRCOMPL, wxBitmapButton)->SetBitmapDisabled(amuleDlgImages(34));
H A DDownloadListCtrl.cpp210 CastByID(ID_BTNCLRCOMPL, GetParent(), wxButton)->Enable(true);
283 CastByID(ID_BTNCLRCOMPL, GetParent(), wxButton)->Enable(true);
354 CastByID(ID_BTNCLRCOMPL, GetParent(), wxButton)->Enable(hasCompletedDownloads);
733 m_menu->Enable( MP_CLEARCOMPLETED, CastByID(ID_BTNCLRCOMPL, GetParent(), wxButton)->IsEnabled() );
1243 CastByID(ID_BTNCLRCOMPL, GetParent(), wxButton)->Enable(false);
H A Dmuuli_wdr.h71 #define ID_BTNCLRCOMPL 10026 macro
H A Dmuuli_wdr.cpp421 wxBitmapButton *item2 = new wxBitmapButton( parent, ID_BTNCLRCOMPL, amuleDlgImages( 17 ), wxDefaultPosition, wxSize(30,30) );

Completed in 69 milliseconds