From 0850666ebdec59010a2ac7317f62bad6cf7fb4f6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 21 Oct 2022 02:21:22 +0200 Subject: [PATCH] Fix wxTaskBarButton availability in the documentation It's only available under MSW and doesn't have a generic implementation. --- interface/wx/taskbarbutton.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/wx/taskbarbutton.h b/interface/wx/taskbarbutton.h index 099d1f84a2..899347ad2a 100644 --- a/interface/wx/taskbarbutton.h +++ b/interface/wx/taskbarbutton.h @@ -185,7 +185,6 @@ public: @library{wxcore} @category{misc} - @nativeimpl{wxmsw} @onlyfor{wxmsw} @see wxFrame::MSWGetTaskBarButton()