]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/window.h
Fix typo in EVT_TREE_END_LABEL_EDIT documentation.
[wxWidgets.git] / interface / wx / window.h
index dff00d556013b4aec7b3b85226ff009ec4ac4585..7228e0edcb394638b9bbe59531c899b1c590e60d 100644 (file)
@@ -3042,7 +3042,7 @@ public:
     /**
         Returns the platform-specific handle of the physical window.
         Cast it to an appropriate handle, such as @b HWND for Windows,
-        @b Widget for Motif, @b GtkWidget for GTK or @b WinHandle for PalmOS.
+        @b Widget for Motif or @b GtkWidget for GTK.
 
         @beginWxPerlOnly
         This method will return an integer in wxPerl.