gdkGCSetLineAttributes         package:RGtk2         R Documentation

_g_d_k_G_C_S_e_t_L_i_n_e_A_t_t_r_i_b_u_t_e_s

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

     Sets various attributes of how lines are drawn. See the
     corresponding members of 'GdkGCValues' for full explanations of
     the arguments.

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

     gdkGCSetLineAttributes(object, line.width, line.style, cap.style, join.style)

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

'object': ['GdkGC']  a 'GdkGC'.

'line.width': [integer]  the width of lines.

'line.style': ['GdkLineStyle']  the dash-style for lines.

'cap.style': ['GdkCapStyle']  the manner in which the ends of lines are
          drawn.

'join.style': ['GdkJoinStyle']  the in which lines are joined together.

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

     Derived by RGtkGen from GTK+ documentation

