Some doc corrections; various small fixes for Cygwin and BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -443,7 +443,7 @@ Returns the type of the given entry or {\it Unknown} if the entry doesn't
|
||||
exist. This function should be used to decide which version of Read() should
|
||||
be used because some of wxConfig implementations will complain about type
|
||||
mismatch otherwise: e.g., an attempt to read a string value from an integer
|
||||
key with \helpref{wxRegConfig}{wxregconfig} will fail.
|
||||
key with wxRegConfig will fail.
|
||||
|
||||
The result is an element of enum EntryType:
|
||||
|
||||
|
@@ -144,7 +144,7 @@ dialog boxes. By default, uses the frame associated with the first view.
|
||||
Gets the filename associated with this document, or "" if none is
|
||||
associated.
|
||||
|
||||
\membersection{wxDocument::GetFirstView}{wxdocumentgetfirstview}
|
||||
\membersection{wxDocument::GetFirstView}\label{wxdocumentgetfirstview}
|
||||
|
||||
\constfunc{wxView *}{GetFirstView}{\void}
|
||||
|
||||
@@ -169,7 +169,7 @@ Gets the title for this document. The document title is used for an associated
|
||||
frame (if any), and is usually constructed by the framework from
|
||||
the filename.
|
||||
|
||||
\membersection{wxDocument::GetViews}{wxdocumentgetviews}
|
||||
\membersection{wxDocument::GetViews}\label{wxdocumentgetviews}
|
||||
|
||||
\constfunc{wxList \&}{GetViews}{\void}
|
||||
|
||||
@@ -177,7 +177,6 @@ Returns the list whose elements are the views on the document.
|
||||
|
||||
See also: \helpref{GetFirstView}{wxdocumentgetfirstview}
|
||||
|
||||
|
||||
\membersection{wxDocument::IsModified}\label{wxdocumentismodified}
|
||||
|
||||
\constfunc{virtual bool}{IsModified}{\void}
|
||||
|
@@ -1378,7 +1378,7 @@ Now obsolete: use \helpref{wxWindow::Close}{wxwindowclose} instead.
|
||||
|
||||
<wx/utils.h>
|
||||
|
||||
\membersection{::wxSafeYield}{wxsafeyield}
|
||||
\membersection{::wxSafeYield}\label{wxsafeyield}
|
||||
|
||||
\func{bool}{wxSafeYield}{\param{wxWindow*}{ win = NULL}}
|
||||
|
||||
@@ -1393,7 +1393,7 @@ Returns the result of the call to \helpref{::wxYield}{wxyield}.
|
||||
|
||||
<wx/utils.h>
|
||||
|
||||
\membersection{::wxEnableTopLevelWindows}{wxenabletoplevelwindows}
|
||||
\membersection{::wxEnableTopLevelWindows}\label{wxenabletoplevelwindows}
|
||||
|
||||
\func{void}{wxEnableTopLevelWindow}{\param{bool}{ enable = TRUE}}
|
||||
|
||||
|
@@ -199,7 +199,7 @@ before matching.
|
||||
|
||||
\helpref{wxMenu::FindItemForId}{wxmenufinditemforid}
|
||||
|
||||
\membersection{wxMenu::FindItemForId}\label{wxmenufinditem}
|
||||
\membersection{wxMenu::FindItemForId}\label{wxmenufinditemforid}
|
||||
|
||||
\constfunc{wxMenuItem*}{FindItemForId}{\param{int}{ id}, \param{wxMenu **}{ menuForItem = NULL}}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[OPTIONS]
|
||||
BMROOT=d:\wx2\wxWindows\docs\latex\wx ; Assume that bitmaps are where the source is
|
||||
BMROOT=d:\wx2\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||
TITLE=wxWindows Manual
|
||||
CONTENTS=Contents
|
||||
COMPRESS=HIGH
|
||||
|
Reference in New Issue
Block a user