updates to support stock buttons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-01 19:30:50 +00:00
parent 07faea2800
commit 1a1ed52682
5 changed files with 140 additions and 136 deletions

View File

@@ -99,6 +99,9 @@
%rename(NewId) wxNewId;
%rename(RegisterId) wxRegisterId;
%rename(GetCurrentId) wxGetCurrentId;
%rename(IsStockID) wxIsStockID;
%rename(IsStockLabel) wxIsStockLabel;
%rename(GetStockLabel) wxGetStockLabel;
%rename(Bell) wxBell;
%rename(EndBusyCursor) wxEndBusyCursor;
%rename(GetElapsedTime) wxGetElapsedTime;