This commit was manufactured by cvs2svn to create tag
'DEBIAN_2_4_3_1_SARGE_v_2_4_2_4'. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/DEBIAN_2_4_3_1_SARGE_v_2_4_2_4@34395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
wx.wxStyledTextEventPtr = wxStyledTextEventPtr
|
||||
wx.wxStyledTextCtrlPtr = wxStyledTextCtrlPtr
|
||||
|
||||
|
||||
wxSTC_CARET_CENTER = wxSTC_CARET_STRICT
|
||||
# This constant no longer exists in Scintilla, but I'll put it here for a while to avoid disrupting user code...
|
||||
wxSTC_CARET_CENTER = 0
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -114,6 +114,14 @@ def EVT_STC_DO_DROP(win, id, func):
|
||||
def EVT_STC_ZOOM(win, id, func):
|
||||
win.Connect(id, -1, wxEVT_STC_ZOOM, func)
|
||||
|
||||
def EVT_STC_HOTSPOT_CLICK(win, id, func):
|
||||
win.Connect(id, -1, wxEVT_STC_HOTSPOT_CLICK, func)
|
||||
|
||||
def EVT_STC_HOTSPOT_DCLICK(win, id, func):
|
||||
win.Connect(id, -1, wxEVT_STC_HOTSPOT_DCLICK, func)
|
||||
|
||||
def EVT_STC_CALLTIP_CLICK(win, id, func):
|
||||
win.Connect(id, -1, wxEVT_STC_CALLTIP_CLICK, func)
|
||||
"
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user