WxWidgets wxSingleChoiceDialog:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024年9月30日 (星期一)

  • 当前之前 19:022024年9月30日 (一) 19:02BrainBs 讨论 贡献 375字节 +375 创建页面,内容为“This dialog shows a list of choices, plus OK and (optionally) Cancel. The user can select one of them. The selection can be obtained from the dialog as an index, a string or client data. if (dialog.ShowModal() == wxID_OK) { ... } ===ShowModal()=== Shows the dialog, returning either wxID_OK or wxID_CANCEL. ===GetStringSelection()=== Returns the selected string.”