+ // finds the impl associated with this native control, if the native control itself is not known
+ // also checks whether its parent is eg a registered scrollview, ie whether the control is a native subpart
+ // of a known control
+ static wxWidgetImpl*
+ FindBestFromWXWidget(WXWidget control);
+