Searched refs:ID_BITMAP_BTN (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.cpp478 const int ID_BITMAP_BTN = 192; variable
559 EVT_BUTTON (ID_BITMAP_BTN, MyPanel::OnBmpButton)
971 (void)new wxBitmapButton(panel, ID_BITMAP_BTN, bitmap, wxPoint(100, 20));
1156 FindWindow(ID_BITMAP_BTN)->Enable(!event.IsChecked());

Completed in 63 milliseconds