NAME

XtDisplayStringConversionWarning - issue a conversion warning message

SYNTAX

void XtDisplayStringConversionWarning(Display* _d_i_s_p_l_a_y, String _f_r_o_m___v_a_l_u_e, _t_o___t_y_p_e);

ARGUMENTS

_d_i_s_p_l_a_y Specifies the display connection with which the conversion is associated.
_f_r_o_m___v_a_l_u_e Specifies the string that could not be converted.
_t_o___t_y_p_e Specifies the target representation type requested.

DESCRIPTION

The _X_t_D_i_s_p_l_a_y_S_t_r_i_n_g_C_o_n_v_e_r_s_i_o_n_W_a_r_n_i_n_g function issues a warning message using _X_t_A_p_p_W_a_r_n_i_n_g_M_s_g with name ``conversionError'', type ``string'', class ``XtToolkitError, and the default message string ``Cannot convert "_f_r_o_m___v_a_l_u_e" to type _t_o___t_y_p_e''.

To issue other types of warning or error messages, the type converter should use _X_t_A_p_p_W_a_r_n_i_n_g_M_s_g or _X_t_A_p_p_E_r_r_o_r_M_s_g.

SEE ALSO

XtAppWarningMsg(3t)
_X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s _- _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e