// Purpose: A wxWidgets implementation of Scintilla. This class is the
// one meant to be used directly by wx applications. It does not
// derive directly from the Scintilla classes, but instead
// Purpose: A wxWidgets implementation of Scintilla. This class is the
// one meant to be used directly by wx applications. It does not
// derive directly from the Scintilla classes, but instead
const wxColour& background) {
SendMsg(2040, markerNumber, markerSymbol);
const wxColour& background) {
SendMsg(2040, markerNumber, markerSymbol);
int wxStyledTextCtrl::GetWrapVisualFlags() const
{
return SendMsg(2461, 0, 0);
int wxStyledTextCtrl::GetWrapVisualFlags() const
{
return SendMsg(2461, 0, 0);
int wxStyledTextCtrl::GetWrapVisualFlagsLocation() const
{
return SendMsg(2463, 0, 0);
int wxStyledTextCtrl::GetWrapVisualFlagsLocation() const
{
return SendMsg(2463, 0, 0);
int wxStyledTextCtrl::GetWrapStartIndent() const
{
return SendMsg(2465, 0, 0);
int wxStyledTextCtrl::GetWrapStartIndent() const
{
return SendMsg(2465, 0, 0);