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:
Julian Smart
2009-01-21 12:06:21 +00:00
parent 3e84eb5fa2
commit e9f1000463
3 changed files with 60 additions and 6 deletions

View File

@@ -159,6 +159,16 @@ public:
For more information, see the @ref overview_richtextctrl.
@beginStyleTable
@style{wxRE_CENTRE_CARET}
The control will try to keep the caret line centred vertically while editing.
wxRE_CENTER_CARET is a synonym for this style.
@style{wxRE_MULTILINE}
The control will be multiline (mandatory).
@style{wxRE_READONLY}
The control will not be editable.
@endStyleTable
@library{wxrichtext}
@category{richtext}
@appearance{richtextctrl.png}