pointer_shape_when_dragging option + set_mouse_cursor_when_dragging()

This commit is contained in:
Jay Han
2020-10-17 09:52:44 -07:00
parent 03ac6cab99
commit b13174cb9c
4 changed files with 18 additions and 0 deletions

View File

@@ -581,6 +581,11 @@ The default shape of the mouse pointer.
Valid values are: :code:`arrow`, :code:`beam` and :code:`hand`
'''))
o('pointer_shape_when_dragging', 'beam', option_type=choices('arrow', 'beam', 'hand'), long_text=('''
The default shape of the mouse pointer when dragging across text.
Valid values are: :code:`arrow`, :code:`beam` and :code:`hand`
'''))
# }}}
g('performance') # {{{