From: Berker Peksag Date: Tue, 4 Jul 2017 06:27:48 +0000 (+0300) Subject: Remove outdated FOX from GUI FAQ (GH-2538) X-Git-Tag: v2.7.14rc1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e5867d93ab2717f55e0b0622a38d917b00c05e3;p=python Remove outdated FOX from GUI FAQ (GH-2538) FXpy doesn't have a Python 3 port and it only supports Python 2.2 and older versions. Reported by Alex Walters on docs@p.o. (cherry picked from commit d3ed2877a798d07df75422afe136b4727e500c99) --- diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 832c1e0db2..9228fdded9 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -70,15 +70,6 @@ Python bindings for `the FLTK toolkit `_, a simple yet powerful and mature cross-platform windowing system, are available from `the PyFLTK project `_. - -FOX ----- - -A wrapper for `the FOX toolkit `_ called `FXpy -`_ is available. FOX supports both Unix variants -and Windows. - - OpenGL ------