// Name: wx/infobar.h
// Purpose: interface of wxInfoBar
// Author: Vadim Zeitlin
-// RCS-ID: $Id$
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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().