X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/237302e704bd8f370536509c8e8f54daa9885fd0..7aada1e05a7ed29ee5a0afb5f3464b803e966d7c:/wxPython/src/__controls_rename.i diff --git a/wxPython/src/__controls_rename.i b/wxPython/src/__controls_rename.i index 7cfafe45fe..10b7e9a76d 100644 --- a/wxPython/src/__controls_rename.i +++ b/wxPython/src/__controls_rename.i @@ -109,6 +109,14 @@ %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;