From 50a32a83d72cce822d3d86ee001939e182bde0e2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Nov 2005 19:41:17 +0000 Subject: [PATCH] documented HasFlag() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 7 +++++++ 1 file changed, 7 insertions(+) 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}} -- 2.45.2