]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
Minor tweek for WXPM
[wxWidgets.git] / docs / latex / wx / window.tex
index 9de0127e49a7a8148a7524639220c95f361057b0..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}