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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user