Add missing documentation for wxNumberEntryDialog

Also explain when this dialog should be used instead of using the
usually more convenient wxGetNumberFromUser() function.

See https://github.com/wxWidgets/wxWidgets/pull/790
This commit is contained in:
Scott Talbert
2018-04-24 20:27:24 -04:00
committed by Vadim Zeitlin
parent 91919f4514
commit 20a98406f0
2 changed files with 93 additions and 3 deletions

View File

@@ -205,6 +205,15 @@ is obtained using wxTextEntryDialog::GetValue().
@section overview_cmndlg_numeric wxNumberEntryDialog Overview
Classes: wxNumberEntryDialog
This is a dialog with a numeric entry field. The value that the user entered
is obtained using wxNumberEntryDialog::GetValue().
@section overview_cmndlg_msg wxMessageDialog Overview
Classes: wxMessageDialog