]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/taskbar.h
use wxTextEntry in wxTextValidator (modified patch 1821743)
[wxWidgets.git] / include / wx / taskbar.h
index ab10e8b5fe393b7562a386ac478669d1041e3652..6925331730da0ea1e8123547b3bdd7dac0dc02fc 100644 (file)
@@ -35,6 +35,9 @@ public:
     virtual bool RemoveIcon() = 0;
     virtual bool PopupMenu(wxMenu *menu) = 0;
 
+    // delayed destruction (similarly to wxWindow::Destroy())
+    void Destroy();
+
 protected:
     // creates menu to be displayed when user clicks on the icon
     virtual wxMenu *CreatePopupMenu() { return NULL; }