X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/298fe32f7a9a1257e4cdc0c07c8698984eb5f4fe..4dfda526ef28063afce88b272d7e5394eef2f8ec:/docs/latex/wx/wxx11.tex diff --git a/docs/latex/wx/wxx11.tex b/docs/latex/wx/wxx11.tex index 97234ea824..376e1ca422 100644 --- a/docs/latex/wx/wxx11.tex +++ b/docs/latex/wx/wxx11.tex @@ -1,14 +1,14 @@ \section{wxX11 port}\label{wxx11port} -wxX11 is a port of wxWindows using X11 (The X Window System) +wxX11 is a port of wxWidgets using X11 (The X Window System) as the underlying graphics backend. wxX11 draws its widgets -using the wxUniversal widget set which is now part of wxWindows. +using the wxUniversal widget set which is now part of wxWidgets. wxX11 is well-suited for a number of special applications such as those running on systems with few resources (PDAs) or for applications which need to use a special themed look. You will need -wxWindows 2.3.2 or higher. +wxWidgets 2.3.2 or higher. -In order to configure wxWindows to compile wxX11 you will +In order to configure wxWidgets to compile wxX11 you will need to type: \begin{verbatim} @@ -17,5 +17,5 @@ configure --with-x11 --with-universal For further information, please see the files in docs/x11 in the distribution. There is also a page on the use of -wxWindows for embedded applications on the wxWindows web site. +wxWidgets for embedded applications on the wxWidgets web site.