Fixed OnMenuHighlight, wxPrintData problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,9 +16,6 @@ This class represents the file chooser dialog.
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxFileDialog overview}{wxfiledialogoverview}, \helpref{wxFileSelector}{wxfileselector}
|
||||
%\rtfsp\helpref{wxFileSelectorEx}{wxfileselectorex}
|
||||
%\helpref{wxLoadFileSelector}{wxloadfileselector},\rtfsp
|
||||
%\helpref{wxSaveFileSelector}{wxsavefileselector}
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
@@ -43,7 +40,7 @@ Under Windows (only), the wildcard may be a specification for multiple
|
||||
types of file with a description for each, such as:
|
||||
|
||||
\begin{verbatim}
|
||||
"BMP files (*.bmp) | *.bmp | GIF files (*.gif) | *.gif"
|
||||
"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif"
|
||||
\end{verbatim}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
@@ -433,7 +433,7 @@ Under Windows (only), the wildcard may be a specification for multiple
|
||||
types of file with a description for each, such as:
|
||||
|
||||
\begin{verbatim}
|
||||
"BMP files (*.bmp) | *.bmp | GIF files (*.gif) | *.gif"
|
||||
"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif"
|
||||
\end{verbatim}
|
||||
|
||||
The application must check for an empty return value (the user pressed
|
||||
|
@@ -199,7 +199,7 @@ before matching.
|
||||
|
||||
\helpref{wxMenu::FindItemForId}{wxmenufinditemforid}
|
||||
|
||||
\membersection{wxMenu::FindItemForId}\label{wxmenufinditemforid}
|
||||
\membersection{wxMenu::FindItemForId}\label{wxmenufinditem}
|
||||
|
||||
\constfunc{wxMenuItem*}{FindItemForId}{\param{int}{ id}, \param{wxMenu **}{ menuForItem = NULL}}
|
||||
|
||||
@@ -504,9 +504,9 @@ The menu item identifier, or -1 if none was found.
|
||||
Any special menu codes are stripped out of source and target strings
|
||||
before matching.
|
||||
|
||||
\membersection{wxMenuBar::FindItemById}\label{wxmenubarfinditembyid}
|
||||
\membersection{wxMenuBar::FindItemForId}\label{wxmenubarfinditemforid}
|
||||
|
||||
\constfunc{wxMenuItem *}{FindItemById}{\param{int}{ id}}
|
||||
\constfunc{wxMenuItem *}{FindItemForId}{\param{int}{ id}}
|
||||
|
||||
Finds the menu item object associated with the given menu item identifier,
|
||||
|
||||
|
Reference in New Issue
Block a user