Minor doc typos removed; compilation improved for VC++ 4.x
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -260,7 +260,7 @@ Under MS Windows, the current drive is also changed if {\it dir} contains a driv
|
||||
|
||||
\membersection{::wxSplitPath}\label{wxsplitfunction}
|
||||
|
||||
\func{void}{wxSplitPath}{\param{const char *}{ fullname}, \param{const wxString *}{ path}, \param{const wxString *}{ name}, \param{const wxString *}{ ext}}
|
||||
\func{void}{wxSplitPath}{\param{const char *}{ fullname}, \param{wxString *}{ path}, \param{wxString *}{ name}, \param{wxString *}{ ext}}
|
||||
|
||||
This function splits a full file name into components: the path (including possible disk/drive
|
||||
specification under Windows), the base name and the extension. Any of the output parameters
|
||||
|
@@ -2295,10 +2295,6 @@ Sets the window's title. Applicable only to frames and dialogs.
|
||||
Deletes the current validator (if any) and sets the window validator, having called wxValidator::Clone to
|
||||
create a new validator of this type.
|
||||
|
||||
\membersection{wxWindow::SetWindowStyleFlag}\label{wxwindowsetwindowstyleflag}
|
||||
|
||||
\func{virtual void}{SetWindowStyleFlag}{\param{long}{ style}}
|
||||
|
||||
\membersection{wxWindow::SetWindowStyle}\label{wxwindowsetwindowstyle}
|
||||
|
||||
\func{void}{SetWindowStyle}{\param{long}{ style}}
|
||||
|
Reference in New Issue
Block a user