Better documentation for the default parameters values.
Use symbolic names for them and document them separately. Closes #14051. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
Default message box caption string.
|
||||
*/
|
||||
const char wxMessageBoxCaptionStr[] = "Message";
|
||||
|
||||
|
||||
/**
|
||||
@class wxMessageDialog
|
||||
|
||||
|
Reference in New Issue
Block a user