mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 07:24:31 +08:00
Some doc spacing fixes; removed references to
deprecated classes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1345,3 +1345,10 @@ demos/dbbrowse/help.std/*.hhp
|
||||
demos/dbbrowse/help.std/*.hhk
|
||||
demos/dbbrowse/*.bkl
|
||||
|
||||
tests/mbconv/*.cpp
|
||||
tests/mbconv/*.bkl
|
||||
|
||||
tests/formatconverter/*.pl
|
||||
tests/formatconverter/*.cpp
|
||||
tests/formatconverter/*.txt
|
||||
|
||||
|
||||
@@ -99,7 +99,6 @@ in Windows Help, HTML and Word RTF formats.
|
||||
them to the clipboard.
|
||||
\item An API for invoking help from applications.
|
||||
\item Ready-to-use HTML window (supporting a subset of HTML).
|
||||
\item Dialog Editor for building dialogs.
|
||||
\item Network support via a family of socket and protocol classes.
|
||||
\item Support for platform independent image processing.
|
||||
\item Built-in support for many file formats (BMP, PNG, JPEG, GIF, XPM, PNM, PCX).
|
||||
@@ -537,12 +536,6 @@ also on the cards. Since configurations are
|
||||
handled one at a time, the tool is of limited used until further
|
||||
development can be done. The program can be found in {\tt utils/configtool}.
|
||||
|
||||
%\item[{\bf Dialog Editor}]
|
||||
%Dialog Editor allows interactive construction of dialogs using
|
||||
%absolute positioning, producing WXR output files. This tool is generally deprecated
|
||||
%in favour of sizer-based tools. You can find Dialog Editor
|
||||
%in {\tt utils/dialoged}.
|
||||
%
|
||||
\item[{\bf XRC resource system}]
|
||||
This is the sizer-aware resource system, and uses
|
||||
XML-based resource specifications that can be generated by tools
|
||||
|
||||
@@ -275,8 +275,8 @@ These are the data structure classes supported by wxWindows.
|
||||
\twocolitem{\helpref{wxCmdLineParser}{wxcmdlineparser}}{Command line parser class}
|
||||
\twocolitem{\helpref{wxDateSpan}{wxdatespan}}{A logical time interval.}
|
||||
\twocolitem{\helpref{wxDateTime}{wxdatetime}}{A class for date/time manipulations}
|
||||
\twocolitem{\helpref{wxExpr}{wxexpr}}{A class for flexible I/O}
|
||||
\twocolitem{\helpref{wxExprDatabase}{wxexprdatabase}}{A class for flexible I/O}
|
||||
%\twocolitem{\helpref{wxExpr}{wxexpr}}{A class for flexible I/O}
|
||||
%\twocolitem{\helpref{wxExprDatabase}{wxexprdatabase}}{A class for flexible I/O}
|
||||
\twocolitem{\helpref{wxHashMap}{wxhashmap}}{A simple hash map implementation}
|
||||
\twocolitem{\helpref{wxHashTable}{wxhashtable}}{A simple hash table implementation (deprecated, use wxHashMap)}
|
||||
% \twocolitem{\helpref{wxHashTableLong}{wxhashtablelong}}{A wxHashTable version for storing long data}
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
\input eraseevt.tex
|
||||
\input event.tex
|
||||
\input evthand.tex
|
||||
\input expr.tex
|
||||
%\input expr.tex
|
||||
\input ffile.tex
|
||||
\input ffilestr.tex
|
||||
\input file.tex
|
||||
|
||||
@@ -447,4 +447,3 @@ fail the test.
|
||||
Inequality operator. Two fonts are not equal if they contain pointers
|
||||
to different underlying font data. It does not compare each attribute.
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ This chapter contains a selection of topic overviews, first things first:
|
||||
\input tlog.tex
|
||||
\input tdebug.tex
|
||||
\input tconfig.tex
|
||||
\input texpr.tex
|
||||
%\input texpr.tex
|
||||
\input fs.tex
|
||||
\input tevent.tex
|
||||
\input texcept.tex
|
||||
|
||||
@@ -12,7 +12,7 @@ define the layout of controls in dialogs in wxWindows because of
|
||||
their ability to create visually appealing dialogs independent of the
|
||||
platform, taking into account the differences in size and style of
|
||||
the individual controls. Unlike the original wxWindows Dialog Editor,
|
||||
editors such as wxDesigner, wxrcedit, XRCed and wxWorkshop create dialogs based exclusively on sizers,
|
||||
editors such as wxDesigner, DialogBlocks, wxrcedit, XRCed and wxWorkshop create dialogs based exclusively on sizers,
|
||||
practically forcing the user to create platform independent layouts without compromises.
|
||||
|
||||
The next section describes and shows what can be done with sizers.
|
||||
|
||||
@@ -17,10 +17,6 @@ for different data types, or a remote procedure call protocol.
|
||||
An optional name member is associated with a wxVariant. This might be used, for example, in CORBA
|
||||
or OLE automation classes, where named parameters are required.
|
||||
|
||||
wxVariant is similar to wxExpr and also to wxPropertyValue. However, wxExpr is efficiency-optimized for
|
||||
a restricted range of data types, whereas wxVariant is less efficient but more extensible.
|
||||
wxPropertyValue may be replaced by wxVariant eventually.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxObject}{wxobject}
|
||||
|
||||
+1
-141
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user