Added a typemap that converts strings to wxColour objects either using
the colour name or a string of the format #RRGGBB Started the wxStyledTextCtrl Python demos Other assorted tweaks and fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -784,6 +784,11 @@ wxSTC_CMD_ZOOMIN = stcc.wxSTC_CMD_ZOOMIN
|
||||
wxSTC_CMD_ZOOMOUT = stcc.wxSTC_CMD_ZOOMOUT
|
||||
wxSTC_CMD_DELWORDLEFT = stcc.wxSTC_CMD_DELWORDLEFT
|
||||
wxSTC_CMD_DELWORDRIGHT = stcc.wxSTC_CMD_DELWORDRIGHT
|
||||
wxSTC_CMD_LINECUT = stcc.wxSTC_CMD_LINECUT
|
||||
wxSTC_CMD_LINEDELETE = stcc.wxSTC_CMD_LINEDELETE
|
||||
wxSTC_CMD_LINETRANSPOSE = stcc.wxSTC_CMD_LINETRANSPOSE
|
||||
wxSTC_CMD_LOWERCASE = stcc.wxSTC_CMD_LOWERCASE
|
||||
wxSTC_CMD_UPPERCASE = stcc.wxSTC_CMD_UPPERCASE
|
||||
wxSTC_LEX_CONTAINER = stcc.wxSTC_LEX_CONTAINER
|
||||
wxSTC_LEX_NULL = stcc.wxSTC_LEX_NULL
|
||||
wxSTC_LEX_PYTHON = stcc.wxSTC_LEX_PYTHON
|
||||
|
Reference in New Issue
Block a user