]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gridbagsizer.tex
Updated note about wxWANTS_CHARS
[wxWidgets.git] / docs / latex / wx / gridbagsizer.tex
index fefb812f50627604bc34d29301f559397cb8b42d..82f1a0bd451b298588ff86562ac7ea6435b311d1 100644 (file)
@@ -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}}
@@ -94,6 +109,15 @@ pointer values) or NULL if not found. (non-recursive)
 
 
 
+\membersection{wxGridBagSizer::GetCellSize}\label{wxgridbagsizergetcellsize}
+
+\constfunc{wxSize}{GetCellSize}{\param{int }{row}, \param{int }{col}}
+
+Get the size of the specified cell, including hgap and vgap.  Only
+valid after a Layout.
+
+
+
 \membersection{wxGridBagSizer::GetEmptyCellSize}\label{wxgridbagsizergetemptycellsize}
 
 \constfunc{wxSize}{GetEmptyCellSize}{\void}