]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
Minor tweek for WXPM
[wxWidgets.git] / docs / latex / wx / window.tex
index 6e0125566d9eb03aa306f381f68d124d694b8d1e..9e3be209fa3f0c7a3079ccc4b9633be64962e912 100644 (file)
@@ -565,6 +565,8 @@ Returns the grandparent of a window, or NULL if there isn't one.
 Returns the platform-specific handle of the physical window. Cast it to an appropriate
 handle, such as {\bf HWND} for Windows, {\bf Widget} for Motif or {\bf GtkWidget} for GTK.
 
+\pythonnote{This method will return an integer in wxPython.}
+
 \membersection{wxWindow::GetId}\label{wxwindowgetid}
 
 \constfunc{int}{GetId}{\void}
@@ -1720,8 +1722,10 @@ from within wxWindow::OnSize functions.}
 \wxheading{Remarks}
 
 Note that this function is actually disabled for wxWindow. It has
-effect for wxDialog, wxFrame, wxPanel and wxScrolledWindow as well as indirectly for
-children of wxNotebook and wxSplitterWindow.
+effect for wxDialog, wxFrame, wxPanel and wxScrolledWindow.  Windows
+of other types that need to invoke the Layout algorithm should provide
+an EVT_SIZE handler and call
+\helpref{wxWindow::Layout}{wxwindowlayout} from within it.
 
 \wxheading{See also}