// interface to native frame structure
FormType *GetForm() const;
- // handle controls
+ // handle native events
bool HandleControlSelect(EventType* event);
+ bool HandleControlRepeat(EventType* event);
+ bool HandleSize(EventType* event);
+
+ virtual WXWINHANDLE GetWinHandle() const;
protected:
// common part of all ctors
// translate wxWidgets flags to Windows ones
virtual WXDWORD PalmGetStyle(long flags, WXDWORD *exstyle) const;
- // choose the right parent to use with CreateWindow()
- virtual WXHWND PalmGetParent() const;
-
// is the window currently iconized?
bool m_iconized;