home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / X11 / XCreateIC.z / XCreateIC
Encoding:
Text File  |  2002-10-03  |  3.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111))))    XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))     XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XCreateIC, XDestroyIC, XIMOfIC - create, destroy, and obtain
  10.           the input method of an input context
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           XIC XCreateIC(_i_m, ...)
  14.                 XIM _i_m;
  15.  
  16.           void XDestroyIC(_i_c)
  17.                 XIC _i_c;
  18.  
  19.           XIM XIMOfIC(_i_c)
  20.                 XIC _i_c;
  21.  
  22.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  23.           _i_c        Specifies the input context.
  24.  
  25.           _i_m        Specifies the input method.
  26.  
  27.           ...       Specifies the variable length argument list to set
  28.                     XIC values.
  29.  
  30.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  31.           The _X_C_r_e_a_t_e_I_C function creates a context within the
  32.           specified input method.
  33.  
  34.           Some of the arguments are mandatory at creation time, and
  35.           the input context will not be created if those arguments are
  36.           not provided.  The mandatory arguments are the input style
  37.           and the set of text callbacks (if the input style selected
  38.           requires callbacks).  All other input context values can be
  39.           set later.
  40.  
  41.           _X_C_r_e_a_t_e_I_C returns a NULL value if no input context could be
  42.           created.  A NULL value could be returned for any of the
  43.           following reasons:
  44.  
  45.           +o    A required argument was not set.
  46.  
  47.           +o    A read-only argument was set (for example,
  48.                _X_N_F_i_l_t_e_r_E_v_e_n_t_s).
  49.  
  50.           +o    The argument name is not recognized.
  51.  
  52.           +o    The input method encountered an input method
  53.                implementation-dependent error.
  54.  
  55.           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
  56.           _B_a_d_W_i_n_d_o_w errors.
  57.  
  58.           _X_D_e_s_t_r_o_y_I_C destroys the specified input context.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111))))    XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))     XXXXCCCCrrrreeeeaaaatttteeeeIIIICCCC((((3333XXXX11111111))))
  71.  
  72.  
  73.  
  74.           The _X_I_M_O_f_I_C function returns the input method associated
  75.           with the specified input context.
  76.  
  77.      DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  78.           _B_a_d_A_t_o_m   A value for an Atom argument does not name a
  79.                     defined Atom.
  80.  
  81.           _B_a_d_C_o_l_o_r  A value for a Colormap argument does not name a
  82.                     defined Colormap.
  83.  
  84.           _B_a_d_P_i_x_m_a_p A value for a Pixmap argument does not name a
  85.                     defined Pixmap.
  86.  
  87.           _B_a_d_W_i_n_d_o_w A value for a Window argument does not name a
  88.                     defined Window.
  89.  
  90.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  91.           XOpenIM(3X11), XSetICFocus(3X11), XSetICValues(3X11),
  92.           XmbResetIC(3X11)
  93.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 10/3/02)
  130.  
  131.  
  132.  
  133.