]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected files for PDF RTF
authorJulian Smart <julian@anthemion.co.uk>
Fri, 16 Aug 2002 21:07:48 +0000 (21:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 16 Aug 2002 21:07:48 +0000 (21:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/datistrm.tex
docs/latex/wx/datostrm.tex
docs/latex/wx/iconbndl.tex
docs/latex/wx/listitem.tex
docs/latex/wx/manual.tex
docs/latex/wx/procevt.tex
docs/latex/wx/wxmgl.tex

index 9c7b18b4b0f3636df43f862f0c5721a3c847417d..6c1ec4e1f71e3a6d8ba35c2290924d59c190fc82 100644 (file)
@@ -110,3 +110,4 @@ object passed to constructor and returns the result as wxString. You are
 responsible for using the same convertor as when writing the stream.
 
 See also \helpref{wxDataOutputStream::WriteString}{wxdataoutputstreamwritestring}.
+
index 5e5dd047819090d3173adcac7c198b572b5bbca3..8b5492ee8c9c0d9c16218b8134a6520ea86d196e 100644 (file)
@@ -82,7 +82,6 @@ Writes the double {\it f} to the stream using the IEEE format.
 
 \func{void}{WriteString}{{\param const wxString\&}{string}}
 
-
 Writes {\it string} to the stream. Actually, this method writes the size of
 the string before writing {\it string} itself.
 
@@ -92,3 +91,4 @@ is first converted to multibyte representation with {\it conv} object passed
 to stream's constructor (consequently, ANSI application can read data 
 written by Unicode application, as long as they agree on encoding) and this
 representation is written to the stream. UTF-8 is used by default.
+
index 3eee21f2ee0417eb76ae9a6b2f035d5ed3a42b4e..33552d65b67f24bcf65a7ea172f307fc5553d07e 100644 (file)
@@ -65,3 +65,6 @@ Same as GetIcon( wxSize( size, size ) ).
 \membersection{wxIconBundle::operator=}\label{wxiconbundleoperatorassign}
 
 \func{const wxIconBundle\&}{operator=}{\param{const wxIconBundle\& }{ic}}
+
+Assignment operator.
+
index 0cd02ffbbc278d390393fce850d5e75a2188ed30..1d8d7137921e25b72fc0ef45365a1abd5b5a9942 100644 (file)
@@ -24,8 +24,6 @@ Constructor.
 
 Resets the item state to the default.
 
-
-
 \membersection{wxListItem::GetAlign}\label{wxlistitemgetalign}
 
 \constfunc{wxListColumnFormat}{GetAlign}{\void}
@@ -33,48 +31,36 @@ Resets the item state to the default.
 Returns the alignment for this item. Can be one of
 wxLIST\_FORMAT\_LEFT, wxLIST\_FORMAT\_RIGHT or wxLIST\_FORMAT\_CENTRE.
 
-
-
 \membersection{wxListItem::GetBackgroundColour}\label{wxlistitemgetbackgroundcolour}
 
 \constfunc{wxColour}{GetBackgroundColour}{\void}
 
 Returns the background colour for this item.
 
-
-
 \membersection{wxListItem::GetColumn}\label{wxlistitemgetcolumn}
 
 \constfunc{int}{GetColumn}{\void}
 
 Returns the zero-based column; meaningful only in report mode.
 
-
-
 \membersection{wxListItem::GetData}\label{wxlistitemgetdata}
 
 \constfunc{long}{GetData}{\void}
 
 Returns client data associated with the control.
 
-
-
 \membersection{wxListItem::GetFont}\label{wxlistitemgetfont}
 
 \constfunc{wxFont}{GetFont}{\void}
 
 Returns the font used to display the item.
 
-
-
 \membersection{wxListItem::GetId}\label{wxlistitemgetid}
 
 \constfunc{long}{GetId}{\void}
 
 Returns the zero-based item position.
 
-
-
 \membersection{wxListItem::GetImage}\label{wxlistitemgetimage}
 
 \constfunc{int}{GetImage}{\void}
@@ -82,8 +68,6 @@ Returns the zero-based item position.
 Returns the zero-based index of the image
 associated with the item into the image list.
 
-
-
 \membersection{wxListItem::GetMask}\label{wxlistitemgetmask}
 
 \constfunc{long}{GetMask}{\void}
@@ -101,8 +85,6 @@ can be any combination of the following values:
 \twocolitem{wxLIST\_MASK\_FORMAT}{The {\bf GetAlign} is valid.}
 \end{twocollist}
 
-
-
 \membersection{wxListItem::GetState}\label{wxlistitemgetstate}
 
 \constfunc{long}{GetState}{\void}
@@ -119,32 +101,24 @@ combination of:
 \twocolitem{wxLIST\_STATE\_CUT}{The item is in the cut state. Win32 only. }
 \end{twocollist}
 
-
-
 \membersection{wxListItem::GetText}\label{wxlistitemgettext}
 
 \constfunc{const wxString\&}{GetText}{\void}
 
 Returns the label/header text.
 
-
-
 \membersection{wxListItem::GetTextColour}\label{wxlistitemgettextcolour}
 
 \constfunc{wxColour}{GetTextColour}{\void}
 
 Returns the text colour.
 
-
-
 \membersection{wxListItem::GetWidth}\label{wxlistitemgetwidth}
 
 \constfunc{int}{GetWidth}{\void}
 
 Meaningful only for column headers in report mode. Returns the column width.
 
-
-
 \membersection{wxListItem::SetAlign}\label{wxlistitemsetalign}
 
 \func{void}{SetAlign}{\param{wxListColumnFormat }{align}}
@@ -152,23 +126,17 @@ Meaningful only for column headers in report mode. Returns the column width.
 Sets the alignment for the item. See also
 \helpref{wxListItem::SetAlign}{wxlistitemsetalign}
 
-
-
 \membersection{wxListItem::SetBackgroundColour}\label{wxlistitemsetbackgroundcolour}
 
 \func{void}{SetBackgroundColour}{\param{const wxColour\& }{colBack}}
 
 Sets the background colour for the item.
 
-
-
 \membersection{wxListItem::SetColumn}\label{wxlistitemsetcolumn}
 
 \func{void}{SetColumn}{\param{int }{col}}
 
-Sets the zer-based column. Meaningful only in report mode.
-
-
+Sets the zero-based column. Meaningful only in report mode.
 
 \membersection{wxListItem::SetData}\label{wxlistitemsetdata}
 
@@ -178,24 +146,18 @@ Sets the zer-based column. Meaningful only in report mode.
 
 Sets client data for the item.
 
-
-
 \membersection{wxListItem::SetFont}\label{wxlistitemsetfont}
 
 \func{void}{SetFont}{\param{const wxFont\& }{font}}
 
 Sets the font for the item.
 
-
-
 \membersection{wxListItem::SetId}\label{wxlistitemsetid}
 
 \func{void}{SetId}{\param{long }{id}}
 
 Sets the zero-based item position.
 
-
-
 \membersection{wxListItem::SetImage}\label{wxlistitemsetimage}
 
 \func{void}{SetImage}{\param{int }{image}}
@@ -203,8 +165,6 @@ Sets the zero-based item position.
 Returns the zero-based index of the image associated with the item
 into the image list.
 
-
-
 \membersection{wxListItem::SetMask}\label{wxlistitemsetmask}
 
 \func{void}{SetMask}{\param{long }{mask}}
@@ -212,8 +172,6 @@ into the image list.
 Sets the mask of valid fields. See
 \helpref{wxListItem::SetMask}{wxlistitemsetmask}.
 
-
-
 \membersection{wxListItem::SetState}\label{wxlistitemsetstate}
 
 \func{void}{SetState}{\param{long }{state}}
@@ -224,8 +182,6 @@ by the value of the state mask, see
 See \helpref{wxListItem::GetState}{wxlistitemsetstate} for valid flag
 values.
 
-
-
 \membersection{wxListItem::SetStateMask}\label{wxlistitemsetstatemask}
 
 \func{void}{SetStateMask}{\param{long }{stateMask}}
@@ -233,26 +189,21 @@ values.
 Sets the bitmask that is used to determine which of the state flags
 are to be set. See also \helpref{wxListItem::SetState}{wxlistitemsetstate}.
 
-
-
 \membersection{wxListItem::SetText}\label{wxlistitemsettext}
 
 \func{void}{SetText}{\param{const wxString\& }{text}}
 
 Sets the text label for the item.
 
-
-
 \membersection{wxListItem::SetTextColour}\label{wxlistitemsettextcolour}
 
 \func{void}{SetTextColour}{\param{const wxColour\& }{colText}}
 
 Sets the text colour for the item.
 
-
-
 \membersection{wxListItem::SetWidth}\label{wxlistitemsetwidth}
 
 \func{void}{SetWidth}{\param{int }{width}}
 
 Meaningful only for column headers in report mode. Sets the column width.
+
index 45769b0ad03a4aaf5f5fe0b02f937a76a6311d71..bc1608cc7d5bda8f92f51ea3d60021ea6a90f0db 100644 (file)
@@ -32,7 +32,7 @@
 }}
 \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
 Robin Dunn, et al}
-\date{April 2002}
+\date{August 2002}
 }
 \makeindex
 \begin{document}
@@ -87,7 +87,7 @@ Robin Dunn, et al}
 \setfooter{\thepage}{}{}{}{}{\thepage}%
 
 \begin{center}
-(c)  1999 Julian Smart, Robert Roebling, Vadim Zeitlin and other
+Copyright (c) 1992-2002 Julian Smart, Robert Roebling, Vadim Zeitlin and other
 members of the wxWindows team\\
 Portions (c) 1996 Artificial Intelligence Applications Institute\\
 \end{center}
@@ -97,7 +97,7 @@ licendoc.txt) for conditions of software and documentation use.
 
 \section*{wxWindows Library License, Version 3}
 
-Copyright (C) 1998 Julian Smart, Robert Roebling, Vadim Zeitlin et al. 
+Copyright (c) 1992-2002 Julian Smart, Robert Roebling, Vadim Zeitlin et al. 
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed. 
index fd88a750cbe03290021cd8ef90a5288d95c6b3d3..dc70b66fdde721b6a633af996f651cc962397616 100644 (file)
@@ -54,3 +54,4 @@ Returns the process id.
 \func{int}{GetExitCode}{\void}
 
 Returns the exist status.
+
index 0d71fa8ccd124cf450df1107303ee1a8cbdfe866..916dde737ae20f858e00f9b40172bdc9ec47e2e3 100644 (file)
@@ -24,3 +24,4 @@ Under DOS, wxMGL uses a dmake based make system.
 
 For further information, please see the files in docs/mgl
 in the distribution.
+