Correct wxInfoBar::ShowMessage() flags argument documentation.
The default value is wxICON_INFORMATION, not wxICON_NONE. Closes #16861. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
|||||||
parameter to select the appropriate background colour for the
|
parameter to select the appropriate background colour for the
|
||||||
notification.
|
notification.
|
||||||
*/
|
*/
|
||||||
void ShowMessage(const wxString& msg, int flags = wxICON_NONE);
|
void ShowMessage(const wxString& msg, int flags = wxICON_INFORMATION);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the number of currently shown buttons.
|
Returns the number of currently shown buttons.
|
||||||
|
Reference in New Issue
Block a user