X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a1498c08b07625baa087622e75637a2f15325b6..83930b2fd2c41cd965926e669115696c1e8eef0d:/docs/latex/wx/brush.tex diff --git a/docs/latex/wx/brush.tex b/docs/latex/wx/brush.tex index 08b3f0cfbf..3449e8cdf1 100644 --- a/docs/latex/wx/brush.tex +++ b/docs/latex/wx/brush.tex @@ -371,13 +371,6 @@ Constructor. The application should not construct its own brush list: use the object pointer {\bf wxTheBrushList}. -\membersection{wxBrushList::AddBrush}\label{wxbrushlistaddbrush} - -\func{void}{AddBrush}{\param{wxBrush *}{brush}} - -Used internally by wxWidgets to add a brush to the list. - - \membersection{wxBrushList::FindOrCreateBrush}\label{wxbrushlistfindorcreatebrush} \func{wxBrush *}{FindOrCreateBrush}{\param{const wxColour\& }{colour}, \param{int}{ style = wxSOLID}} @@ -392,10 +385,3 @@ to the brush list, and returns it. \docparam{style}{Brush style. See \helpref{wxBrush::SetStyle}{wxbrushsetstyle} for a list of styles.} -\membersection{wxBrushList::RemoveBrush}\label{wxbrushlistremovebrush} - -\func{void}{RemoveBrush}{\param{wxBrush *}{brush}} - -Used by wxWidgets to remove a brush from the list. - -