Added wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR,
authorRobin Dunn <robin@alldunn.com>
Fri, 15 Mar 2002 22:52:15 +0000 (22:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 15 Mar 2002 22:52:15 +0000 (22:52 +0000)
commit15dadf3155f879f8c5031e452566a7b1859e01e3
treef0b1d3ecb80879f24e89881220f1ba808188e18f
parentc1fa2fda3c72886f62def1e650a7306c82e72f2f
Added wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR,
but points to the right, (duh...)  This cursor is now used in wxSTC in
the margin area.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/src/stc/PlatWX.cpp
docs/latex/wx/cursor.tex
include/wx/gdicmn.h
include/wx/msw/rightarr.cur [new file with mode: 0644]
include/wx/msw/wx.rc
src/gtk/cursor.cpp
src/gtk1/cursor.cpp
src/msw/cursor.cpp
src/stc/PlatWX.cpp