X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d50d1632b806dbcb2f9f8d5a07ea2afe6411215..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/infobar.h diff --git a/interface/wx/infobar.h b/interface/wx/infobar.h index d5e4676bde..24903d882d 100644 --- a/interface/wx/infobar.h +++ b/interface/wx/infobar.h @@ -2,9 +2,8 @@ // Name: wx/infobar.h // Purpose: interface of wxInfoBar // Author: Vadim Zeitlin -// RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -52,7 +51,7 @@ void MyFrame::SomeMethod() { - m_infoBar->ShowMessage("Something happend", wxICON_INFORMATION); + m_infoBar->ShowMessage("Something happened", wxICON_INFORMATION); } @endcode @@ -64,7 +63,7 @@ native implementation requires a recent -- as of this writing -- GTK+ 2.18 version. - @library{wxadv} + @library{wxcore} @category{miscwnd} @see wxStatusBar, wxMessageDialog @@ -150,7 +149,7 @@ public: This method hides the window and lays out the parent window to account for its disappearance (unlike a simple Hide()). */ - void Dismiss(); + virtual void Dismiss(); /** Remove a button previously added by AddButton().