gdkWindowSetCursor           package:RGtk2           R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_C_u_r_s_o_r

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

     Sets the mouse pointer for a 'GdkWindow'. Use 'gdkCursorNew' or
     'gdkCursorNewFromPixmap' to create the cursor. To make the cursor
     invisible, use 'gdkCursorNewFromPixmap' to create a cursor with no
     pixels in it. Passing 'NULL' for the 'cursor' argument to
     'gdkWindowSetCursor' means that 'window' will use the cursor of
     its parent window. Most windows should use this default.

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

     gdkWindowSetCursor(object, cursor = NULL)

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

'object': ['GdkWindow']  a 'GdkWindow'

'cursor': ['GdkCursor']  a cursor

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

     Derived by RGtkGen from GTK+ documentation

