Augmented beta to 9,
Removed a few old Makefiles, Added one missing one (blush), Added first sample makefiles, git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,6 +16,7 @@ scroll position.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxPanel}{wxpanel}\\
|
||||
\helpref{wxWindow}{wxwindow}\\
|
||||
\helpref{wxEvtHandler}{wxevthandler}\\
|
||||
\helpref{wxObject}{wxobject}
|
||||
|
@@ -772,6 +772,16 @@ Returns TRUE if the window is enabled for input, FALSE otherwise.
|
||||
|
||||
\helpref{wxWindow::Enable}{wxwindowenable}
|
||||
|
||||
\memebersection{wxWindow:IsExposed}\label{wxwindowisexposed}
|
||||
|
||||
\constfunc{bool}{IsExposed}{\param{int }{x}, \param{int }{y}}
|
||||
|
||||
\constfunc{bool}{IsExposed}{\param{int }{x}, \param{int }{y}, \param{int }{w}, \param{int }{h}}
|
||||
|
||||
Returns TRUE if the given point or rectange area has been exposed since the
|
||||
last repaint. Call this in an paint event handler to optimize redrawing by
|
||||
only redrawing those area, which have been exposed.
|
||||
|
||||
\membersection{wxWindow::IsRetained}\label{wxwindowisretained}
|
||||
|
||||
\constfunc{virtual bool}{IsRetained}{\void}
|
||||
|
Reference in New Issue
Block a user