wxRTC now properly honours margin size
Added wxRE_CENTRE_CARET style to centre the caret line vertically git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,6 +38,8 @@ class WXDLLIMPEXP_FWD_RICHTEXT wxRichTextStyleDefinition;
|
||||
|
||||
#define wxRE_READONLY 0x0010
|
||||
#define wxRE_MULTILINE 0x0020
|
||||
#define wxRE_CENTRE_CARET 0x8000
|
||||
#define wxRE_CENTER_CARET wxRE_CENTRE_CARET
|
||||
|
||||
/* Flags
|
||||
*/
|
||||
|
Reference in New Issue
Block a user