X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c17ee7a236b1522896b3c55dd5152d866ad976..9b386ecadb0f98fb92cfaad786dcc26915a070bd:/docs/latex/wx/toolbar.tex diff --git a/docs/latex/wx/toolbar.tex b/docs/latex/wx/toolbar.tex index 5be98e077a..94f6b18bad 100644 --- a/docs/latex/wx/toolbar.tex +++ b/docs/latex/wx/toolbar.tex @@ -25,7 +25,7 @@ wxToolBarBase\\ \wxheading{Include files} - (to allow wxWindows to select an appropriate toolbar class)\\ + (to allow wxWidgets to select an appropriate toolbar class)\\ (the base class)\\ (the non-Windows 95 Windows toolbar class)\\ (the Windows 95/98 toolbar class)\\ @@ -125,11 +125,11 @@ Constructs a toolbar. \docparam{id}{Window identifier. If -1, will automatically create an identifier.} -\docparam{pos}{Window position. wxDefaultPosition is (-1, -1) which indicates that wxWindows +\docparam{pos}{Window position. wxDefaultPosition is (-1, -1) which indicates that wxWidgets should generate a default position for the window. If using the wxWindow class directly, supply an actual position.} -\docparam{size}{Window size. wxDefaultSize is (-1, -1) which indicates that wxWindows +\docparam{size}{Window size. wxDefaultSize is (-1, -1) which indicates that wxWidgets should generate a default size for the window.} \docparam{style}{Window style. See \helpref{wxToolBar}{wxtoolbar} for details.} @@ -596,7 +596,7 @@ such as a short description on the status line.} \wxheading{Remarks} -With some derived toolbar classes, if the mouse moves quickly out of the toolbar, wxWindows may not be able to +With some derived toolbar classes, if the mouse moves quickly out of the toolbar, wxWidgets may not be able to detect it. Therefore this function may not always be called when expected. \membersection{wxToolBar::OnRightClick}\label{wxtoolbaronrightclick}