- // responds to colour changes
- void OnSysColourChanged(wxSysColourChangedEvent& event);
-
- // process a keyboard navigation message (Tab traversal)
- void OnNavigationKey(wxNavigationKeyEvent& event);
-
- // set the focus to the first child if we get it
- void OnFocus(wxFocusEvent& event);
+ // calls layout for layout constraints and sizers
+ void OnSize(wxSizeEvent& event);
+
+ virtual void InitDialog();
+
+#ifdef __WXUNIVERSAL__
+ virtual bool IsCanvasWindow() const { return true; }
+#endif