+ // recreate the control shown by this page
+ //
+ // this is currently used only to take into account the border flags
+ virtual void RecreateWidget() = 0;
+
+ // the default flags for the widget, currently only contains border flags
+ static int ms_defaultFlags;
+