gdkCursorNewForDisplay         package:RGtk2         R Documentation

_g_d_k_C_u_r_s_o_r_N_e_w_F_o_r_D_i_s_p_l_a_y

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

     Creates a new cursor from the set of builtin cursors. Some useful
     ones are:

        *  'GDK_RIGHT_PTR' (right-facing arrow)

        *  'GDK_CROSSHAIR' (crosshair)

        *  'GDK_XTERM' (I-beam)

        *  'GDK_WATCH' (busy)

        *  'GDK_FLEUR' (for moving objects)

        *  'GDK_HAND1' (a right-pointing hand)

        *  'GDK_HAND2' (a left-pointing hand)

        *  'GDK_LEFT_SIDE' (resize left side)

        *  'GDK_RIGHT_SIDE' (resize right side)

        *  'GDK_TOP_LEFT_CORNER' (resize northwest corner)

        *  'GDK_TOP_RIGHT_CORNER' (resize northeast corner)

        *  'GDK_BOTTOM_LEFT_CORNER' (resize southwest corner)

        *  'GDK_BOTTOM_RIGHT_CORNER' (resize southeast corner)

        *  'GDK_TOP_SIDE' (resize top side)

        *  'GDK_BOTTOM_SIDE' (resize bottom side)

        *  'GDK_SB_H_DOUBLE_ARROW' (move vertical splitter)

        *  'GDK_SB_V_DOUBLE_ARROW' (move horizontal splitter)

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

     gdkCursorNewForDisplay(display, cursor.type)

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

'display': ['GdkDisplay']  the 'GdkDisplay' for which the cursor will
          be created

'cursor.type': ['GdkCursorType']  cursor to create

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

     To make the cursor invisible, use 'gdkCursorNewFromPixmap' to
     create a cursor with no pixels in it.  

     Since  2.2

_V_a_l_u_e:

     ['GdkCursor']  a new 'GdkCursor'

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

     Derived by RGtkGen from GTK+ documentation

