aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/gen/wxe_funcs.cpp
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-02-24 12:39:42 +0100
committerDan Gudmundsson <[email protected]>2012-02-24 12:39:42 +0100
commit4b10c0f1b6253a6d3bbf1a04a07ebc9dc83c5c45 (patch)
tree11ed89160e0b019327f5565de66cb94ed1e71af3 /lib/wx/c_src/gen/wxe_funcs.cpp
parente28f2b94964c75eaea74e860a413532ebdcacc4b (diff)
downloadotp-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/c_src/gen/wxe_funcs.cpp')
-rw-r--r--lib/wx/c_src/gen/wxe_funcs.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_funcs.cpp b/lib/wx/c_src/gen/wxe_funcs.cpp
index c222cb02f2..c81b3c88c0 100644
--- a/lib/wx/c_src/gen/wxe_funcs.cpp
+++ b/lib/wx/c_src/gen/wxe_funcs.cpp
@@ -29365,6 +29365,13 @@ case wxStyledTextCtrl_SetEdgeColumn: { // wxStyledTextCtrl::SetEdgeColumn
This->SetEdgeColumn((int) *column);
break;
}
+case wxStyledTextCtrl_SetEdgeMode: { // wxStyledTextCtrl::SetEdgeMode
+ wxStyledTextCtrl *This = (wxStyledTextCtrl *) getPtr(bp,memenv); bp += 4;
+ int * mode = (int *) bp; bp += 4;
+ if(!This) throw wxe_badarg(0);
+ This->SetEdgeMode((int) *mode);
+ break;
+}
case wxStyledTextCtrl_GetEdgeMode: { // wxStyledTextCtrl::GetEdgeMode
wxStyledTextCtrl *This = (wxStyledTextCtrl *) getPtr(bp,memenv); bp += 4;
if(!This) throw wxe_badarg(0);