gtkIMContextSetClientWindow      package:RGtk2      R Documentation

_g_t_k_I_M_C_o_n_t_e_x_t_S_e_t_C_l_i_e_n_t_W_i_n_d_o_w

_D_e_s_c_r_i_p_t_i_o_n:

     Set the client window for the input context; this is the
     'GdkWindow' in which the input appears. This window is used in
     order to correctly position status windows, and may also be used
     for purposes internal to the input method.

_U_s_a_g_e:

     gtkIMContextSetClientWindow(object, window)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkIMContext']  a 'GtkIMContext'

'window': ['GdkWindow']   the client window. This may be 'NULL' to
          indicate that the previous client window no longer exists.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

