%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;
 
 void wxRegisterId(long id);
 long wxGetCurrentId();
 
-// Returns true if the ID is in the list of recognized stock actions
-bool wxIsStockID(wxWindowID id);
+// // Returns true if the ID is in the list of recognized stock actions
+// bool wxIsStockID(wxWindowID id);
  
-// Returns true of the label is empty or label of a stock button with
-// given ID
-bool wxIsStockLabel(wxWindowID id, const wxString& label);
+// // Returns true of the label is empty or label of a stock button with
+// // given ID
+// bool wxIsStockLabel(wxWindowID id, const wxString& label);
 
-// Returns label that should be used for given stock UI element (e.g. "&OK"
-// for wxID_OK):
-wxString wxGetStockLabel(wxWindowID id);
+// // Returns label that should be used for given stock UI element (e.g. "&OK"
+// // for wxID_OK):
+// wxString wxGetStockLabel(wxWindowID id);
  
 
 MustHaveApp(wxBell);