]> git.saurik.com Git - wxWidgets.git/commitdiff
minor docs corrections and improvements from Andreas Mohr (patch 1430551)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Feb 2006 15:18:35 +0000 (15:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Feb 2006 15:18:35 +0000 (15:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cmdproc.tex
docs/latex/wx/filename.tex
docs/latex/wx/http.tex
docs/latex/wx/listctrl.tex
docs/latex/wx/listview.tex
docs/latex/wx/mdi.tex
docs/latex/wx/treectrl.tex
docs/latex/wx/ttreectl.tex
docs/latex/wx/window.tex
docs/latex/wx/wxstring.tex

index 515dd432786041024bb6fff62b9dd983c55a0bd3..329b15e48c11f11d45976c530b00ac217c64d53b 100644 (file)
@@ -48,7 +48,7 @@ Returns true if the currently-active command can be undone, false otherwise.
 
 \func{virtual void}{ClearCommands}{\void}
 
-Deletes all the commands in the list and sets the current command pointer to NULL.
+Deletes all commands in the list and sets the current command pointer to \NULL.
 
 
 \membersection{wxCommandProcessor::Redo}\label{wxcommandprocessorredo}
index 0c0d22dc1e528fa5f03addcc1b1009833d3b59e1..62420c03fe2d4bf34a2d1696b4218232c865a8ca 100644 (file)
@@ -429,7 +429,12 @@ Returns the last time the file was last modified.
 
 \constfunc{wxString}{GetName}{\void}
 
-Returns the name part of the filename.
+Returns the name part of the filename (without extension).
+
+\wxheading{See also}
+
+\helpref{GetFullName}{wxfilenamegetfullname}
+
 
 
 \membersection{wxFileName::GetPath}\label{wxfilenamegetpath}
@@ -802,7 +807,11 @@ The full name is the file name and extension (but without the path).
 
 \func{void}{SetName}{\param{const wxString\& }{name}}
 
-Sets the name.
+Sets the name part (without extension).
+
+\wxheading{See also}
+
+\helpref{SetFullName}{wxfilenamesetfullname}
 
 
 \membersection{wxFileName::SetTimes}\label{wxfilenamesettimes}
index e9966fe8ad57a69422fe1b528c67dbc0784744f4..613012a809d64dcb38eef3b09c4b0a0596acf55b 100644 (file)
@@ -21,8 +21,8 @@
 
 \constfunc{int}{GetResponse}{\void}
 
-Returns the HTTP response code returned by the server. Please refer to the RFC
-2616 for the list of the responses.
+Returns the HTTP response code returned by the server. Please refer to
+\urlref{RFC 2616}{http://www.faqs.org/rfcs/rfc2616.html} for the list of responses.
 
 
 \membersection{wxHTTP::GetInputStream}\label{wxhttpgetinputstream}
@@ -48,7 +48,7 @@ this value will be 0 when the stream is finished.
 Returns the initialized stream. You will have to delete it yourself once you
 don't use it anymore. The destructor closes the network connection.
 The next time you will try to get a file the network connection will have
-to be reestablished: but you don't have to take care of this wxHTTP reestablishes it automatically.
+to be reestablished: but you don't have to take care of this since wxHTTP reestablishes it automatically.
 
 \wxheading{See also}
 
@@ -73,6 +73,6 @@ If the field doesn't exist, it will return an empty string and not a NULL string
 
 \wxheading{Note}
 
-The header is not case-sensitive: I mean that "CONTENT-TYPE" and "content-type" 
+The header is not case-sensitive, i.e. "CONTENT-TYPE" and "content-type" 
 represent the same header.
 
index 1bc8a71a79f675bf41cd3c9fe7f0625dc55715de..061e22ebc72cbf98d953ee983df6ca8d1a452c31 100644 (file)
@@ -204,7 +204,7 @@ Creates the list control. See \helpref{wxListCtrl::wxListCtrl}{wxlistctrlctor} f
 
 \func{bool}{DeleteAllItems}{}
 
-Deletes all the items in the list control.
+Deletes all items in the list control.
 
 {\bf NB:} This function does {\it not} send the
 {\tt wxEVT\_COMMAND\_LIST\_DELETE\_ITEM} event because deleting many items
index befca96ca9a4d9cc44943af82725469072de3732..c5a46dcc1113709bc2c62f9ba334cd09bbc7d7de 100644 (file)
@@ -19,7 +19,7 @@ future some ports might implement wxListView but not the full set of wxListCtrl
 features.
 
 Other than different interface, this class is identical to wxListCtrl. In
-particular, it uses the same events, same windows styles and so on.
+particular, it uses the same events, same window styles and so on.
 
 \wxheading{Derived from}
 
@@ -68,7 +68,7 @@ used to iterate over all selected items in the control.
 
 \wxheading{Return value}
 
-The fisrt selected item, if any, $-1$ otherwise.
+The first selected item, if any, $-1$ otherwise.
 
 
 \membersection{wxListView::GetFocusedItem}\label{wxlistviewgetfocuseditem}
index f4ed04e3030020f6dfa3e6b22a3508d854486208..fc91d4f436b5763ca08d7cdc2bd66fb6ee7053e9 100644 (file)
@@ -245,7 +245,7 @@ Child frames may be of class \helpref{wxMDIChildFrame}{wxmdichildframe} (contain
 within the parent frame) or \helpref{wxFrame}{wxframe} (shown as a top-level frame).
 
 An MDI parent frame always has a \helpref{wxMDIClientWindow}{wxmdiclientwindow} associated with it, which
-is the parent for MDI client frames.
+is the parent for MDI child frames.
 This client window may be resized to accommodate non-MDI windows, as seen in Microsoft Visual C++ (TM) and
 Microsoft Publisher (TM), where a documentation window is placed to one side of the workspace.
 
index a6ba8b793110ae2307c51163950dd479c3dd5886..c20646f5073b38e5b290e0f232fb6f257906a0e2 100644 (file)
@@ -104,8 +104,7 @@ wxTreeCtrl class uses the standard common treeview control under Win32
 implemented in the system library {\tt comctl32.dll}. Some versions of this
 library are known to have bugs with handling the tree control colours: the
 usual symptom is that the expanded items leave black (or otherwise incorrectly
-coloured) background behind them, especially for the controls using non
-default background colour. The recommended solution is to upgrade the {\tt comctl32.dll}
+coloured) background behind them, especially for the controls using non-default background colour. The recommended solution is to upgrade the {\tt comctl32.dll}
 to a newer version: see 
 \urlref{http://www.microsoft.com/downloads/release.asp?ReleaseID=11916}{http://www.microsoft.com/downloads/release.asp?ReleaseID=11916}.
 
@@ -258,7 +257,7 @@ This function may cause a subsequent call to GetNextChild to fail.
 
 \func{void}{DeleteAllItems}{\void}
 
-Deletes all the items in the control. Note that this may not generate 
+Deletes all items in the control. Note that this may not generate 
 {\tt EVT\_TREE\_DELETE\_ITEM} events under some Windows versions although
 normally such event is generated for each removed item.
 
index 4298d96a6bfd22522a6b84db01ec39c684ef077f..93bc9daf50a74cfd3a8952f61ff09724e822f46b 100644 (file)
@@ -76,6 +76,6 @@ Finally, the tree control has a keyboard interface: the cursor navigation (arrow
 may be used to change the current selection. <HOME> and <END> are used to go to
 the first/last sibling of the current item. '+', '-' and '*' expand, collapse
 and toggle the current branch. Note, however, that <DEL> and <INS> keys do
-nothing by default, but it is usual to associate them with deleting item from
+nothing by default, but it is common to associate them with deleting an item from
 a tree and inserting a new one into it.
 
index dadaf4ef1d1913fe1bdeccd1d0aeedace1767d3c..a718081c985817fafb4c655ac3b874ca3fd1617d 100644 (file)
@@ -1498,7 +1498,7 @@ This is just a wrapper for \helpref{ScrollLines}{wxwindowscrolllines}$(-1)$.
 
 \func{void}{Lower}{\void}
 
-Lowers the window to the bottom of the window hierarchy.
+Lowers the window to the bottom of the window hierarchy (z-order).
 
 \wxheading{See also}
 
@@ -2197,9 +2197,9 @@ remove the event handler.
 
 \func{void}{Raise}{\void}
 
-Raises the window to the top of the window hierarchy.
+Raises the window to the top of the window hierarchy (z-order).
 
-In current version of wxWidgets this works both for manage and child windows.
+In current version of wxWidgets this works both for managed and child windows.
 
 \wxheading{See also}
 
@@ -3131,7 +3131,7 @@ value should be used.}
 {\bf wxSIZE\_AUTO\_WIDTH}: a $wxDefaultCoord$ width value is taken to indicate
 a wxWidgets-supplied default width.\\
 {\bf wxSIZE\_AUTO\_HEIGHT}: a $wxDefaultCoord$ height value is taken to indicate
-a wxWidgets-supplied default width.\\
+a wxWidgets-supplied default height.\\
 {\bf wxSIZE\_AUTO}: $wxDefaultCoord$ size values are taken to indicate
 a wxWidgets-supplied default size.\\
 {\bf wxSIZE\_USE\_EXISTING}: existing dimensions should be used
index 1d2cb5ea2bc27ae7d7615243462d484c109f2f60..e6f1334c4fcd5e4c5129e8708be48a007de63b55 100644 (file)
@@ -1062,7 +1062,8 @@ description of the {\it base} parameter.
 
 \func{wxString\&}{Trim}{\param{bool}{ fromRight = true}}
 
-Removes spaces from the left or from the right (default).
+Removes white-space (space, tabs, form feed, newline and carriage return) from
+the left or from the right end of the string (right is default).
 
 \membersection{wxString::Truncate}\label{wxstringtruncate}