riched20: Implement ECO/EM SELECTIONBAR

Maarten Lankhorst maarten at codeweavers.com
Fri Dec 14 14:29:37 CST 2007


Selectionbar is a property that allows you to select a whole line by
clicking on the (newly added) empty space on the left side. It requires
adding a cursor resource to riched20 that is basically the normal white
pointer, but in opposite direction. In reshacker I can see the native
riched20 has this cursor too.
---
 dlls/riched20/caret.c         |   98
++++++++++++++++++++++++++++++++---------
 dlls/riched20/editor.c        |   33 ++++++++++++--
 dlls/riched20/editstr.h       |    1 +
 dlls/riched20/ocr_reverse.cur |  Bin 0 -> 326 bytes
 dlls/riched20/res.h           |   21 +++++++++
 dlls/riched20/version.rc      |    4 ++
 dlls/riched20/wrap.c          |    8 ++--
 7 files changed, 136 insertions(+), 29 deletions(-)
 create mode 100644 dlls/riched20/ocr_reverse.cur
 create mode 100644 dlls/riched20/res.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 80493e3e7793f90c96fae34e0001a2f2cef2d950.diff
Type: text/x-patch
Size: 12256 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071214/9b902d7b/attachment-0001.bin 


More information about the wine-patches mailing list