+ // wxNSTextFieldControl must always be associated with a wxTextEntry. If
+ // it's associated with a wxTextCtrl then we can get the associated entry
+ // from it but otherwise the second ctor should be used to explicitly pass
+ // us the entry.
+ wxNSTextFieldControl( wxTextCtrl *text, WXWidget w );
+ wxNSTextFieldControl( wxWindow *wxPeer, wxTextEntry *entry, WXWidget w );