- const int n, const wxString *choices,
- const int nsel, int * selection,
- wxWindow *parent = NULL, const int x = -1 , const int y = -1, const bool centre = TRUE,
- const int width = wxCHOICE_WIDTH, const int height = wxCHOICE_HEIGHT);
+ int n, const wxString *choices,
+ int nsel, int * selection,
+ wxWindow *parent = NULL, int x = -1 , int y = -1, bool centre = TRUE,
+ int width = wxCHOICE_WIDTH, int height = wxCHOICE_HEIGHT);