]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__controls_rename.i
Make the event ID used for wx.CallAfter be an attribute of the app so
[wxWidgets.git] / wxPython / src / __controls_rename.i
index 23294ed37b3af845bdc765ff61570b25c1ef9653..014ef676dee02470eb818fef7837ae9cfa8b8699 100644 (file)
@@ -1,4 +1,4 @@
-// A bunch of %rename directives generated by ./distrib/build_renamers.py
+// A bunch of %rename directives generated by BuildRenamers in config.py
 // in order to remove the wx prefix from all global scope names.
 
 #ifndef BUILDING_RENAMERS
 // in order to remove the wx prefix from all global scope names.
 
 #ifndef BUILDING_RENAMERS
@@ -7,6 +7,7 @@
 %rename(BU_TOP)                             wxBU_TOP;
 %rename(BU_RIGHT)                           wxBU_RIGHT;
 %rename(BU_BOTTOM)                          wxBU_BOTTOM;
 %rename(BU_TOP)                             wxBU_TOP;
 %rename(BU_RIGHT)                           wxBU_RIGHT;
 %rename(BU_BOTTOM)                          wxBU_BOTTOM;
+%rename(BU_ALIGN_MASK)                      wxBU_ALIGN_MASK;
 %rename(BU_EXACTFIT)                        wxBU_EXACTFIT;
 %rename(BU_AUTODRAW)                        wxBU_AUTODRAW;
 %rename(Button)                             wxButton;
 %rename(BU_EXACTFIT)                        wxBU_EXACTFIT;
 %rename(BU_AUTODRAW)                        wxBU_AUTODRAW;
 %rename(Button)                             wxButton;
 %rename(LB_ALIGN_MASK)                      wxLB_ALIGN_MASK;
 %rename(Listbook)                           wxListbook;
 %rename(ListbookEvent)                      wxListbookEvent;
 %rename(LB_ALIGN_MASK)                      wxLB_ALIGN_MASK;
 %rename(Listbook)                           wxListbook;
 %rename(ListbookEvent)                      wxListbookEvent;
+%rename(CHB_DEFAULT)                        wxCHB_DEFAULT;
+%rename(CHB_TOP)                            wxCHB_TOP;
+%rename(CHB_BOTTOM)                         wxCHB_BOTTOM;
+%rename(CHB_LEFT)                           wxCHB_LEFT;
+%rename(CHB_RIGHT)                          wxCHB_RIGHT;
+%rename(CHB_ALIGN_MASK)                     wxCHB_ALIGN_MASK;
+%rename(Choicebook)                         wxChoicebook;
+%rename(ChoicebookEvent)                    wxChoicebookEvent;
 %rename(BookCtrlSizer)                      wxBookCtrlSizer;
 %rename(NotebookSizer)                      wxNotebookSizer;
 %rename(TOOL_STYLE_BUTTON)                  wxTOOL_STYLE_BUTTON;
 %rename(BookCtrlSizer)                      wxBookCtrlSizer;
 %rename(NotebookSizer)                      wxNotebookSizer;
 %rename(TOOL_STYLE_BUTTON)                  wxTOOL_STYLE_BUTTON;