X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afbf46a31740bb05af12a8ba0069345a2c9aba46..51623cc53f350935337e57930eaaf1afe9a48c3b:/include/wx/gtk/notifmsg.h diff --git a/include/wx/gtk/notifmsg.h b/include/wx/gtk/notifmsg.h index 195991e516..bb217d0206 100644 --- a/include/wx/gtk/notifmsg.h +++ b/include/wx/gtk/notifmsg.h @@ -36,10 +36,15 @@ public: 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); };