Home
last modified time | relevance | path

Searched refs:param2 (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp4670 CString param2; in OnTestMessage() local
4688 param2 = param_list.GetAt(1); in OnTestMessage()
4707 ((CEdit *)pWnd)->SetWindowText(param2); in OnTestMessage()
4712 ((CComboBox *)pWnd)->SelectString(-1, param2); in OnTestMessage()
4717 ((CButton *)pWnd)->SetCheck(_tstoi(param2)); in OnTestMessage()
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c65 static GX_CONST GX_CHAR * callback_fun(GX_TEXT_SCROLL_WHEEL * param1, INT param2) {return … in callback_fun() argument