]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/taskbar.h
set listview extended styles after switching to report view and not only when creatin...
[wxWidgets.git] / include / wx / msw / taskbar.h
index b6399dad3548445281b54eee8206f727fddab285..629b5407630320f1a95d07050e7ccff78104823b 100644 (file)
@@ -35,6 +35,7 @@ public:
 
     // MSW-specific class methods
 
+#if wxUSE_TASKBARICON_BALLOONS
     // show a balloon notification (the icon must have been already initialized
     // using SetIcon)
     //
@@ -50,6 +51,7 @@ public:
                      const wxString& text,
                      unsigned msec = 0,
                      int flags = 0);
+#endif // wxUSE_TASKBARICON_BALLOONS
 
 protected:
     friend class wxTaskBarIconWindow;