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