diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 41f51d579f..e81083f2aa 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -1327,6 +1327,13 @@ Returns {\tt true} if this window has the current mouse capture. \helpref{wxMouseCaptureChangedEvent}{wxmousecapturechangedevent} +\membersection{wxWindow::HasFlag}\label{wxwindowhasflag} + +\constfunc{bool}{HasFlag}{\param{int }{flag}} + +Returns \texttt{true} if the window has the given \arg{flag} bit set. + + \membersection{wxWindow::HasScrollbar}\label{wxwindowhasscrollbar} \constfunc{virtual bool}{HasScrollbar}{\param{int }{orient}}