Searched refs:myCheckBoxIsChecked (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/xrc/
H A Dderivdlg.cpp78 bool myCheckBoxIsChecked; local
80 // myCheckBoxIsChecked = event.IsChecked();
84 myCheckBoxIsChecked = XRCCTRL(*this, "my_checkbox", wxCheckBox)->IsChecked();
88 XRCCTRL(*this, "my_textctrl", wxTextCtrl)->Enable(myCheckBoxIsChecked);

Completed in 57 milliseconds