Added wxDisplay and wxVideoMode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-09 22:01:29 +00:00
parent c6e801d3e6
commit 96d37ab547
7 changed files with 216 additions and 7 deletions

View File

@@ -336,5 +336,8 @@
%rename(Clipboard) wxClipboard;
%rename(TheClipboard) wxTheClipboard;
%rename(ClipboardLocker) wxClipboardLocker;
%rename(VideoMode) wxVideoMode;
%rename(DefaultVideoMode) wxDefaultVideoMode;
%rename(Display) wxDisplay;
#endif