From de623c67b96fc32090e1abfe45b4a10cbcc015dc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 6 May 2010 12:22:57 +0000 Subject: [PATCH] Mention that hatched pens don't work under wxGTK and wxX11. See #11983. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/pen.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/pen.h b/interface/wx/pen.h index e5128cc519..54e12c02a0 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -8,6 +8,9 @@ /** The possible styles for a wxPen. + + Note that hatched pen styles are not supported by X11-based ports, + including wxGTK. */ enum wxPenStyle { -- 2.50.0