virtual bool Show(int timeout = Timeout_Auto);
virtual bool Close();
+ // Set the name of the icon to use, overriding the default icon determined
+ // by the flags. Call with empty string to reset custom icon.
+ bool GTKSetIconName(const wxString& name);
+
private:
void Init() { m_notification = NULL; }
NotifyNotification* m_notification;
+ wxString m_iconName;
wxDECLARE_NO_COPY_CLASS(wxNotificationMessage);
};