+#if defined(__SMARTPHONE__)
+ // TODO: create a right-click menu with all the other IDs available.
+ // Perhaps that could be embedded in CreateButtonSizer() directly.
+ SetRightMenu(wxID_CANCEL);
+ SetLeftMenu(wxID_OK);
+#elif defined(__POCKETPC__)
+ // Do nothing
+#else