gtkTextViewGetWindow          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_V_i_e_w_G_e_t_W_i_n_d_o_w

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

     Retrieves the 'GdkWindow' corresponding to an area of the text
     view; possible windows include the overall widget window, child
     windows on the left, right, top, bottom, and the window that
     displays the text buffer. Windows are 'NULL' and nonexistent if
     their width or height is 0, and are nonexistent before the widget
     has been realized.

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

     gtkTextViewGetWindow(object, win)

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

'object': ['GtkTextView']  a 'GtkTextView'

   'win': ['GtkTextWindowType']  window to get

_V_a_l_u_e:

     ['GdkWindow']  a 'GdkWindow', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

