GetDefaultAttributes, and other tweaks needed to get up to date with CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-04-05 18:23:01 +00:00
parent 409eab506e
commit 174051f613
9 changed files with 83 additions and 15 deletions

View File

@@ -602,11 +602,12 @@
%rename(AcceleratorTable) wxAcceleratorTable;
%rename(NullAcceleratorTable) wxNullAcceleratorTable;
%rename(GetAccelFromString) wxGetAccelFromString;
%rename(WINDOW_VARIANT_DEFAULT) wxWINDOW_VARIANT_DEFAULT;
%rename(VisualAttributes) wxVisualAttributes;
%rename(WINDOW_VARIANT_NORMAL) wxWINDOW_VARIANT_NORMAL;
%rename(WINDOW_VARIANT_SMALL) wxWINDOW_VARIANT_SMALL;
%rename(WINDOW_VARIANT_MINI) wxWINDOW_VARIANT_MINI;
%rename(WINDOW_VARIANT_LARGE) wxWINDOW_VARIANT_LARGE;
%rename(WINDOW_VARIANT_MAX) wxWINDOW_VARIANT_MAX;
%rename(Window) wxWindow;
%rename(FindWindowById) wxFindWindowById;
%rename(FindWindowByName) wxFindWindowByName;