/**
@class wxNotificationMessage
- @wxheader{notifmsg.h}
This class allows to show the user a message non intrusively. Currently it is
implemented natively only for the Maemo platform and uses (non-modal) dialogs
some
systems automatically hidden notifications can't be hidden manually)
*/
- bool Close();
+ virtual bool Close();
/**
This parameter can be currently used to specify the icon to show in the
and also because the user may be able to close the notification.
Returns @false if an error occurred.
*/
- bool Show(int timeout = Timeout_Auto);
+ virtual bool Show(int timeout = Timeout_Auto);
};