+// ---------------------------------------------------------------------------
+// implementation
+// ---------------------------------------------------------------------------
+
+WXWINHANDLE wxTopLevelWindowPalm::GetWinHandle() const
+{
+ FormType *form = (FormType *)GetForm();
+ if(form)
+ return FrmGetWindowHandle(form);
+ return NULL;
+}
+