Updated manual date

wxTimeSpan doc correction


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-01-04 21:20:12 +00:00
parent 4add7c0b34
commit 65526477ba
3 changed files with 13 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ See also <a href="faq.htm">top-level FAQ page</a>.
<li><a href="#settings">What important settings are required in the CodeWarrior Project Preferences?</a></li> <li><a href="#settings">What important settings are required in the CodeWarrior Project Preferences?</a></li>
<li><a href="#smarterrors">What are the smart preprocessing errors with the Apple Developer Tools?</a></li> <li><a href="#smarterrors">What are the smart preprocessing errors with the Apple Developer Tools?</a></li>
<li><a href="#aboutmenu">How does wxMac support the standard Apple About menu item and Help menu?</a></li> <li><a href="#aboutmenu">How does wxMac support the standard Apple About menu item and Help menu?</a></li>
<li><a href="#findericon">How do I add an icon to my application?</a></li>
</ul> </ul>
<hr> <hr>
@@ -204,6 +205,15 @@ Because wxWindows does not have a specific API for the <i>About</i> menu item or
</ul> </ul>
<P> <P>
<h3><a name="findericon">How do I add an icon to my application?</a></h3>
If you have Mac OS X, you have the icns editor somewhere in the
Utilities folder. Create an icon using this tool and DeRez it, so that you have a .r
file with a 'icns' resource with id (-16455). Include this .r file in
your project and in the CodeWarrior Settings add a check mark under Linker:Output
Flags/Finder Flags/Has Custom Icon.
<P>
</font> </font>
</BODY> </BODY>

View File

@@ -32,7 +32,7 @@
}} }}
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin, \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
Robin Dunn, et al} Robin Dunn, et al}
\date{December 2002} \date{January 2003}
} }
\makeindex \makeindex
\begin{document} \begin{document}

View File

@@ -43,7 +43,7 @@ No base class
\membersection{Constructors} \membersection{Constructors}
\helpref{wxTimeSpan}{wxtimespan} \helpref{wxTimeSpan}{wxtimespanctor}
\membersection{Accessors} \membersection{Accessors}
@@ -308,7 +308,7 @@ Returns the timespan for the given number of weeks.
Returns the timespan for one week. Returns the timespan for one week.
\membersection{wxTimeSpan::wxTimeSpan}\label{wxtimespan} \membersection{wxTimeSpan::wxTimeSpan}\label{wxtimespanctor}
\func{}{wxTimeSpan}{\void} \func{}{wxTimeSpan}{\void}