diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index afe09140fa..ce67d8d16c 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -259,6 +259,7 @@ These are the data structure classes supported by wxWindows. \twocolitem{\helpref{wxPathList}{wxpathlist}}{A class to help search multiple paths} \twocolitem{\helpref{wxPoint}{wxpoint}}{Representation of a point} \twocolitem{\helpref{wxRect}{wxrect}}{A class representing a rectangle} +\twocolitem{\helpref{wxRegEx}{wxregex}}{Regular expression support} \twocolitem{\helpref{wxRegion}{wxregion}}{A class representing a region} \twocolitem{\helpref{wxString}{wxstring}}{A string class} \twocolitem{\helpref{wxStringList}{wxstringlist}}{A class representing a list of strings} diff --git a/docs/latex/wx/classes.tex b/docs/latex/wx/classes.tex index 4afa7b724e..b23fd733d1 100644 --- a/docs/latex/wx/classes.tex +++ b/docs/latex/wx/classes.tex @@ -243,6 +243,7 @@ \input realpoin.tex \input rect.tex \input recrdset.tex +\input regex.tex \input region.tex \input sashevt.tex \input sashlayw.tex