X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e998fa2691b6b0f545155fa6704cfff5a27663c6..6028be3f39babc4530472a4139576fe318c6aa90:/wxPython/src/__misc_rename.i diff --git a/wxPython/src/__misc_rename.i b/wxPython/src/__misc_rename.i index 6ffdd55315..2f8619a9e8 100644 --- a/wxPython/src/__misc_rename.i +++ b/wxPython/src/__misc_rename.i @@ -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;