documented HasFlag()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
412e0d47c0
commit
50a32a83d7
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user