char * wxGetSingleChoiceData(char *message, char *caption, int n, char *choices[], char *client_data[], wxFrame *parent = NULL, int x = -1, int y = -1, Bool centre = TRUE)
As wxGetSingleChoice but takes an array of client data pointers corresponding to the strings, and returns one of these pointers.