gdkGCSetDashes             package:RGtk2             R Documentation

_g_d_k_G_C_S_e_t_D_a_s_h_e_s

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

     Sets the way dashed-lines are drawn. Lines will be drawn with
     alternating on and off segments of the lengths specified in
     'dash.list'. The manner in which the on and off segments are drawn
     is determined by the 'line.style' value of the GC. (This can be
     changed with 'gdkGCSetLineAttributes'.)

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

     gdkGCSetDashes(object, dash.list)

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

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

'dash.list': [raw]  a list of dash lengths.

_D_e_t_a_i_l_s:

     The 'dash.offset' defines the phase of the pattern,  specifying
     how many pixels into the dash-list the pattern  should actually
     begin.

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

     Derived by RGtkGen from GTK+ documentation

