Skip to content

Commit

Permalink
Temporarily remove wxSTC to shorten go wrapper code
Browse files Browse the repository at this point in the history
  • Loading branch information
dontpanic92 committed Sep 29, 2016
1 parent 131a3e2 commit 6737b8b
Show file tree
Hide file tree
Showing 9 changed files with 405,957 additions and 500,173 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ script:
- gcc --version
- g++ --version
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ld --version; fi
- travis_wait 30 go get -t -v -x ./...
- travis_wait 50 go get -t -v -x ./...

2 changes: 1 addition & 1 deletion src/wx.i
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
%include wxMisc.i

%include wxAui.i
%include wxSTC.i
/*
%include wxSTC.i
%include wxRibbon.i
%include wxHTML.i
%include wxRichText.i
Expand Down
2 changes: 1 addition & 1 deletion src/wxDC.i
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
%include "wxGoInterface/dcclient.h"
#ifndef __WXMSW__
%include "wxGoInterface/dcgraph.h"
%include "wxGoInterface/dcps.h"
#endif
%include "wxGoInterface/dcmemory.h"
%include "wxGoInterface/dcbuffer.h"
%include "wxGoInterface/dcmirror.h"
%include "wxGoInterface/dcprint.h"
%include "wxGoInterface/dcps.h"
%include "wxGoInterface/dcscreen.h"
%include "wxGoInterface/dcsvg.h"
136,229 changes: 61,447 additions & 74,782 deletions wx/wx_darwin.go

Large diffs are not rendered by default.

Loading

0 comments on commit 6737b8b

Please sign in to comment.