TRUE/FALSE -> true/false in documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-01-18 00:16:34 +00:00
parent 4aa3178674
commit cc81d32f2b
220 changed files with 1448 additions and 1448 deletions

View File

@@ -101,7 +101,7 @@ Destructor.
\constfunc{bool}{GetSashVisible}{\param{wxSashEdgePosition }{edge}}
Returns TRUE if a sash is visible on the given edge, FALSE otherwise.
Returns true if a sash is visible on the given edge, false otherwise.
\wxheading{Parameters}
@@ -139,7 +139,7 @@ Gets the minimum window size in the y direction.
\constfunc{bool}{HasBorder}{\param{wxSashEdgePosition }{edge}}
Returns TRUE if the sash has a border, FALSE otherwise.
Returns true if the sash has a border, false otherwise.
\wxheading{Parameters}
@@ -183,7 +183,7 @@ Call this function to make a sash visible or invisible on a particular edge.
\docparam{edge}{Edge to change. One of wxSASH\_TOP, wxSASH\_RIGHT, wxSASH\_BOTTOM, wxSASH\_LEFT.}
\docparam{visible}{TRUE to make the sash visible, FALSE to make it invisible.}
\docparam{visible}{true to make the sash visible, false to make it invisible.}
\wxheading{See also}
@@ -199,7 +199,7 @@ Call this function to give the sash a border, or remove the border.
\docparam{edge}{Edge to change. One of wxSASH\_TOP, wxSASH\_RIGHT, wxSASH\_BOTTOM, wxSASH\_LEFT.}
\docparam{hasBorder}{TRUE to give the sash a border visible, FALSE to remove it.}
\docparam{hasBorder}{true to give the sash a border visible, false to remove it.}
\wxheading{See also}