X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cdac5587846bfeba907d9dfc9891c2ff702ac9b..d45d30c8682f858321600e2958167d7ef54ebeb5:/docs/latex/wx/window.tex diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 6e0125566d..9e3be209fa 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -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}