diff options
author | Dan Gudmundsson <[email protected]> | 2012-02-24 12:39:42 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-02-24 12:39:42 +0100 |
commit | 4b10c0f1b6253a6d3bbf1a04a07ebc9dc83c5c45 (patch) | |
tree | 11ed89160e0b019327f5565de66cb94ed1e71af3 /lib/wx/api_gen/wxapi.conf | |
parent | e28f2b94964c75eaea74e860a413532ebdcacc4b (diff) | |
download | otp-4b10c0f1b6253a6d3bbf1a04a07ebc9dc83c5c45.tar.gz otp-4b10c0f1b6253a6d3bbf1a04a07ebc9dc83c5c45.tar.bz2 otp-4b10c0f1b6253a6d3bbf1a04a07ebc9dc83c5c45.zip |
[wx] Add missing stc function
wxSTC:SetEdgeMode was missing for some reason.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 9c11f46740..383addfe3f 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -1602,9 +1602,9 @@ 'HomeWrapExtend', 'LineEndWrap', 'LineEndWrapExtend', 'VCHomeWrap', 'VCHomeWrapExtend', 'LineCopy', 'MoveCaretInsideView', 'LineLength', 'BraceHighlight', 'BraceBadLight', 'BraceMatch', 'GetViewEOL', 'SetViewEOL', %'GetDocPointer', 'SetDocPointer', Hmm void pointers - 'SetModEventMask', 'GetEdgeColumn', 'SetEdgeColumn', - 'GetEdgeMode', 'GetEdgeColour', 'SetEdgeColour', 'SearchAnchor', 'SearchNext', - 'SearchPrev', 'LinesOnScreen', + 'SetModEventMask', 'GetEdgeColumn', 'SetEdgeColumn', + 'SetEdgeMode', 'GetEdgeMode', 'GetEdgeColour', 'SetEdgeColour', 'SearchAnchor', 'SearchNext', + 'SearchPrev', 'LinesOnScreen', 'UsePopUp', 'SelectionIsRectangle', 'SetZoom', 'GetZoom', %%'CreateDocument', 'AddRefDocument', 'ReleaseDocument', Hmm void pointers 'GetModEventMask', 'SetSTCFocus', 'GetSTCFocus', 'SetStatus', 'GetStatus', |