// implementation from now on
// --------------------------
- // Sends an OnInitDialog event, which in turns transfers data to
- // to the dialog via validators.
- virtual void InitDialog();
-
// responds to colour changes
void OnSysColourChanged(wxSysColourChangedEvent& event);
// calls layout for layout constraints and sizers
void OnSize(wxSizeEvent& event);
+ virtual void InitDialog();
+
+#ifdef __WXUNIVERSAL__
+ virtual bool IsCanvasWindow() { return TRUE; }
+ virtual bool ProvidesBackground() { return TRUE; }
+#endif
+
WX_DECLARE_CONTROL_CONTAINER();
protected: