From: Ryan Norton Date: Tue, 8 Feb 2005 00:04:14 +0000 (+0000) Subject: Remove traces of wxIniConfig from docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7ad56d275d114ab3f2d34c9dcc56b7012c4829e9 Remove traces of wxIniConfig from docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/config.tex b/docs/latex/wx/config.tex index ac188139cf..92a853dab8 100644 --- a/docs/latex/wx/config.tex +++ b/docs/latex/wx/config.tex @@ -2,7 +2,7 @@ wxConfigBase class defines the basic interface of all config classes. It can not be used by itself (it is an abstract base class) and you will always use one -of its derivations: wxIniConfig, \helpref{wxFileConfig}{wxfileconfig}, +of its derivations: \helpref{wxFileConfig}{wxfileconfig}, wxRegConfig or any other. However, usually you don't even need to know the precise nature of the class @@ -12,7 +12,7 @@ the registry under Win32 or text-based config files under Unix (or even Windows 3.1 .INI files if you're really unlucky). To make writing the portable code even easier, wxWidgets provides a typedef wxConfig which is mapped onto the native wxConfigBase implementation on the given -platform: i.e. wxRegConfig under Win32 (optionally wxIniConfig) and +platform: i.e. wxRegConfig under Win32 and wxFileConfig otherwise. See \helpref{config overview}{wxconfigoverview} for the descriptions of all @@ -30,8 +30,7 @@ No base class (to let wxWidgets choose a wxConfig class for your platform)\\ (base config class)\\ (wxFileConfig class)\\ - (wxRegConfig class)\\ - (wxIniConfig class) + (wxRegConfig class) \wxheading{Example} diff --git a/docs/latex/wx/tconfig.tex b/docs/latex/wx/tconfig.tex index cff0337218..92475c75eb 100644 --- a/docs/latex/wx/tconfig.tex +++ b/docs/latex/wx/tconfig.tex @@ -35,9 +35,8 @@ configuration files. Other (future) implementations of wxConfigBase might also understand GTK resource files or their analogues on the KDE side. In any case, each implementation of wxConfigBase does its best to -make the data look the same way everywhere. Due -to the limitations of the underlying physical storage as in the case of -wxIniConfig, it may not implement 100\% of the base class functionality. +make the data look the same way everywhere. Due to limitations of the underlying +physical storage, it may not implement 100\% of the base class functionality. There are groups of entries and the entries themselves. Each entry contains either a string or a number (or a boolean value; support for other types of data such as dates or