+ virtual long GetEffectiveIcon() const;
+
+ // implementation-specific
+
+ // return the font used for the text in the message box
+ static wxFont GetMessageFont();
+
+protected:
+ // Override this as task dialogs are always centered on parent.
+ virtual void DoCentre(int dir);
+