Update wxGTK defines to match code

This commit is contained in:
Tim S
2018-05-31 13:42:00 -04:00
parent 74904281e4
commit cce9fc7f15

View File

@@ -26,10 +26,11 @@ using @ifdef_ and not @if_.
@itemdef{__WXBASE__, Only wxBase, no GUI features (same as @c wxUSE_GUI == 0)}
@itemdef{__WXDFB__, wxUniversal using DirectFB}
@itemdef{__WXGTK__, GTK+}
@itemdef{__WXGTK12__, GTK+ 1.2 or higher}
@itemdef{__WXGTK127__, GTK+ 1.2.7 or higher}
@itemdef{__WXGTK20__, GTK+ 2.0 or higher}
@itemdef{__WXGTK24__, GTK+ 2.4 or higher}
@itemdef{__WXGTK210__, GTK+ 2.10 or higher}
@itemdef{__WXGTK218__, GTK+ 2.18 or higher}
@itemdef{__WXGTK220__, GTK+ 2.20 or higher}
@itemdef{__WXMAC__, old define, same as <tt>__WXOSX__</tt>}
@itemdef{__WXMOTIF__, Motif}
@itemdef{__WXMOTIF20__, Motif 2.0 or higher}