Changes needed to accomodate wxTheClipboard now being a macro for wxClipboard::Get

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-21 22:37:35 +00:00
parent 71132988f8
commit fe5e444a73
5 changed files with 34 additions and 7 deletions

View File

@@ -334,7 +334,6 @@
%rename(DragCancel) wxDragCancel;
%rename(IsDragResultOk) wxIsDragResultOk;
%rename(Clipboard) wxClipboard;
%rename(TheClipboard) wxTheClipboard;
%rename(ClipboardLocker) wxClipboardLocker;
%rename(VideoMode) wxVideoMode;
%rename(DefaultVideoMode) wxDefaultVideoMode;