| 1086 | */ |
| 1087 | |
| 1088 | void WizardPage3::OnLeftDClickTest( wxMouseEvent& event ) |
| 1089 | { |
| 1090 | m_toggleTest->SetLabel(_("Double click")); |
| 1091 | m_isDoubleClick= true; |
| 1092 | event.Skip(false); |
| 1093 | } |
| 1094 | |
| 1095 | /*! |
| 1096 | * wxEVT_MIDDLE_UP event handler for ID_TOGGLE_TEST |
nothing calls this directly
no outgoing calls
no test coverage detected