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:
committed by
Vadim Zeitlin
parent
91919f4514
commit
20a98406f0
@@ -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
|
||||
|
Reference in New Issue
Block a user