@since 2.9.2
*/
- void SetDefaults(const wxSize& sizeDefault);
+ void SetDefaults(const wxPoint& pt);
//@}
/**
/**
Global instance of a wxPoint initialized with values (-1,-1).
*/
-wxPoint wxDefaultPosition;
+const wxPoint wxDefaultPosition;
/**
/**
Global instance of a wxSize object initialized to (-1,-1).
*/
-wxSize wxDefaultSize;
+const wxSize wxDefaultSize;