+ // Set this window's tooltip
+ virtual void DoSetToolTip( wxToolTip *tip );
+ // Set the size of the wxWindow (the contentView of an NSWindow)
+ // wxTopLevelWindow will override this and set the NSWindow size
+ // such that the contentView will be this size
+ virtual void CocoaSetWxWindowSize(int width, int height);