home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111)))) XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666)))) XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111))))
-
-
-
- NNNNAAAAMMMMEEEE
- XCreateIC, XDestroyIC, XIMOfIC - create, destroy, and obtain
- the input method of an input context
-
- SSSSYYYYNNNNTTTTAAAAXXXX
- XIC XCreateIC(_i_m, ...)
- XIM _i_m;
-
- void XDestroyIC(_i_c)
- XIC _i_c;
-
- XIM XIMOfIC(_i_c)
- XIC _i_c;
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- _i_c Specifies the input context.
-
- _i_m Specifies the input method.
-
- ... Specifies the variable length argument list to set
- XIC values.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _X_C_r_e_a_t_e_I_C function creates a context within the
- specified input method.
-
- Some of the arguments are mandatory at creation time, and
- the input context will not be created if those arguments are
- not provided. The mandatory arguments are the input style
- and the set of text callbacks (if the input style selected
- requires callbacks). All other input context values can be
- set later.
-
- _X_C_r_e_a_t_e_I_C returns a NULL value if no input context could be
- created. A NULL value could be returned for any of the
- following reasons:
-
- +o A required argument was not set.
-
- +o A read-only argument was set (for example,
- _X_N_F_i_l_t_e_r_E_v_e_n_t_s).
-
- +o The argument name is not recognized.
-
- +o The input method encountered an input method
- implementation-dependent error.
-
- The _X_C_r_e_a_t_e_I_C can generate _B_a_d_A_t_o_m, _B_a_d_C_o_l_o_r, _B_a_d_P_i_x_m_a_p, and
- _B_a_d_W_i_n_d_o_w errors.
-
- _X_D_e_s_t_r_o_y_I_C destroys the specified input context.
-
-
-
-
- Page 1 (printed 10/3/02)
-
-
-
-
-
-
- XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111)))) XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666)))) XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111))))
-
-
-
- The _X_I_M_O_f_I_C function returns the input method associated
- with the specified input context.
-
- DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
- _B_a_d_A_t_o_m A value for an Atom argument does not name a
- defined Atom.
-
- _B_a_d_C_o_l_o_r A value for a Colormap argument does not name a
- defined Colormap.
-
- _B_a_d_P_i_x_m_a_p A value for a Pixmap argument does not name a
- defined Pixmap.
-
- _B_a_d_W_i_n_d_o_w A value for a Window argument does not name a
- defined Window.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- XOpenIM(3X11), XSetICFocus(3X11), XSetICValues(3X11),
- XmbResetIC(3X11)
- _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 10/3/02)
-
-
-
-