]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notifmsg.h
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / gtk / notifmsg.h
index 195991e5163638bf924474f8a02dc665849fb37a..bb217d02062eae4c1fff6b33d14222df69acf4f5 100644 (file)
@@ -36,10 +36,15 @@ public:
     virtual bool Show(int timeout = Timeout_Auto);
     virtual bool Close();
 
     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;
 private:
     void Init() { m_notification = NULL; }
 
     NotifyNotification* m_notification;
+    wxString m_iconName;
 
     wxDECLARE_NO_COPY_CLASS(wxNotificationMessage);
 };
 
     wxDECLARE_NO_COPY_CLASS(wxNotificationMessage);
 };