gtkWidgetModifyCursor         package:RGtk2         R Documentation

_g_t_k_W_i_d_g_e_t_M_o_d_i_f_y_C_u_r_s_o_r

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

     Sets the cursor color to use in a widget, overriding the
     '"cursor-color"' and '"secondary-cursor-color"' style properties.
     All other style values are left untouched.  See also
     'gtkWidgetModifyStyle'.

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

     gtkWidgetModifyCursor(object, primary, secondary)

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

'object': ['GtkWidget']  a 'GtkWidget'

'primary': ['GdkColor']  the color to use for primary cursor (does not
          need to be allocated), or 'NULL' to undo the effect of
          previous calls to of 'gtkWidgetModifyCursor'.

'secondary': ['GdkColor']  the color to use for secondary cursor (does
          not need to be allocated), or 'NULL' to undo the effect of
          previous calls to of 'gtkWidgetModifyCursor'.

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

     Since  2.12

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

     Derived by RGtkGen from GTK+ documentation

