gtkTextViewSetBorderWindowSize     package:RGtk2     R Documentation

_g_t_k_T_e_x_t_V_i_e_w_S_e_t_B_o_r_d_e_r_W_i_n_d_o_w_S_i_z_e

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

     Sets the width of 'GTK_TEXT_WINDOW_LEFT' or
     'GTK_TEXT_WINDOW_RIGHT', or the height of 'GTK_TEXT_WINDOW_TOP' or
     'GTK_TEXT_WINDOW_BOTTOM'. Automatically destroys the corresponding
     window if the size is set to 0, and creates the window if the size
     is set to non-zero.  This function can only be used for the
     "border windows," it doesn't work with 'GTK_TEXT_WINDOW_WIDGET',
     'GTK_TEXT_WINDOW_TEXT', or 'GTK_TEXT_WINDOW_PRIVATE'.

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

     gtkTextViewSetBorderWindowSize(object, type, size)

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

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

  'type': ['GtkTextWindowType']  window to affect

  'size': [integer]  width or height of the window

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

     Derived by RGtkGen from GTK+ documentation

