StyledTextCtrl and its default margin cursor

Hello everybody,

Is there a way to change the default cursor corresponding to the StyledTextCtrl margin in WxPython 2.8.12.1 ?

Thanks !

Thierry Brizzi wrote:

Hello everybody,

Is there a way to change the default cursor corresponding to the
*StyledTextCtrl* margin in *WxPython 2.8.12.1* ?

SetMarginCursor

···

--
Robin Dunn
Software Craftsman

stc.py
As far as the source files are concerned, that only appears in 2.9.5.0.
It does not show up in wxPy2.9.4.0 or wxPy2.8.12.1
It is a Scintilla update or it was missed in the generation of the file somewhere with a previous wxScintilla Version.

ref docs:
C:\Python27\Lib\site-packages\wx-2.8-msw-unicode\wx\stc.py
C:\Python27\Lib\site-packages\wx-2.9.4-msw\wx\stc.py
C:\Python27\Lib\site-packages\wx-2.9.5-msw\wx\stc.py

C:\Python27\Lib\site-packages\wx-2.9.5-phoenix\wx\stc.py
C:\Python27\Lib\site-packages\wx-3.0.0-phoenix\wx\stc.py

···

On Friday, October 4, 2013 12:56:13 PM UTC-5, Robin Dunn wrote:

Thierry Brizzi wrote:

Hello everybody,

Is there a way to change the default cursor corresponding to the

StyledTextCtrl margin in WxPython 2.8.12.1 ?

SetMarginCursor


Robin Dunn

Software Craftsman

http://wxPython.org

Thank you for your answers. It seems I must update to the latest release of wxPython.

···

Le samedi 5 octobre 2013 00:26:53 UTC+2, Metallicow a écrit :

On Friday, October 4, 2013 12:56:13 PM UTC-5, Robin Dunn wrote:

Thierry Brizzi wrote:

Hello everybody,

Is there a way to change the default cursor corresponding to the

StyledTextCtrl margin in WxPython 2.8.12.1 ?

SetMarginCursor


Robin Dunn

Software Craftsman

http://wxPython.org

stc.py
As far as the source files are concerned, that only appears in 2.9.5.0.
It does not show up in wxPy2.9.4.0 or wxPy2.8.12.1
It is a Scintilla update or it was missed in the generation of the file somewhere with a previous wxScintilla Version.

ref docs:
C:\Python27\Lib\site-packages\wx-2.8-msw-unicode\wx\stc.py
C:\Python27\Lib\site-packages\wx-2.9.4-msw\wx\stc.py
C:\Python27\Lib\site-packages\wx-2.9.5-msw\wx\stc.py

C:\Python27\Lib\site-packages\wx-2.9.5-phoenix\wx\stc.py
C:\Python27\Lib\site-packages\wx-3.0.0-phoenix\wx\stc.py