X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6217b9aa7eec987c5177ad1300a0847b77c1abb5..12ac619f42b81420980aec14afc9433af6f911dc:/docs/latex/wx/gridbagsizer.tex diff --git a/docs/latex/wx/gridbagsizer.tex b/docs/latex/wx/gridbagsizer.tex index a0d1e0ff4f..82f1a0bd45 100644 --- a/docs/latex/wx/gridbagsizer.tex +++ b/docs/latex/wx/gridbagsizer.tex @@ -10,7 +10,11 @@ more than one row and/or column using \helpref{wxGBSpan}{wxgbspan}. \wxheading{Derived from} -\helpref{wxFlexGridSizer}{wxflexgridsizer} +\helpref{wxFlexGridSizer}{wxflexgridsizer}\\ +\helpref{wxGridSizer}{wxgridsizer}\\ +\helpref{wxSizer}{wxsizer}\\ +\helpref{wxObject}{wxobject} + \wxheading{Include files} @@ -76,6 +80,17 @@ not found. (non-recursive) +\membersection{wxGridBagSizer::FindItemAtPoint}\label{wxgridbagsizerfinditematpoint} + +\func{wxGBSizerItem*}{FindItemAtPoint}{\param{const wxPoint\& }{pt}} + +Return the sizer item located at the point given in pt, or NULL if +there is no item at that point. The (x,y) coordinates in pt correspond +to the client coordinates of the window using the sizer for +layout. (non-recursive) + + + \membersection{wxGridBagSizer::FindItemAtPosition}\label{wxgridbagsizerfinditematposition} \func{wxGBSizerItem*}{FindItemAtPosition}{\param{const wxGBPosition\& }{pos}}