X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6cb2477d9fe9b74b98ec8c02b36a5346d3b3e271..968a7de2c5da97f4fba0ca29957f75a0bba92ae2:/interface/wx/gdicmn.h diff --git a/interface/wx/gdicmn.h b/interface/wx/gdicmn.h index 3a7d1acfc9..b660421374 100644 --- a/interface/wx/gdicmn.h +++ b/interface/wx/gdicmn.h @@ -351,7 +351,7 @@ public: The left border is moved farther left and the right border is moved farther right by @a dx. The upper border is moved farther up and the - bottom border is moved farther down by @a dy. (Note the the width and + bottom border is moved farther down by @a dy. (Note that the width and height of the rectangle thus change by 2*dx and 2*dy, respectively.) If one or both of @a dx and @a dy are negative, the opposite happens: the rectangle size decreases in the respective direction. @@ -623,7 +623,7 @@ public: @since 2.9.2 */ - void SetDefaults(const wxSize& sizeDefault); + void SetDefaults(const wxPoint& pt); //@} /** @@ -640,7 +640,7 @@ public: /** Global instance of a wxPoint initialized with values (-1,-1). */ -wxPoint wxDefaultPosition; +const wxPoint wxDefaultPosition; /** @@ -768,7 +768,7 @@ public: /** - Global istance of a wxColourDatabase. + Global instance of a wxColourDatabase. */ wxColourDatabase* wxTheColourDatabase; @@ -948,7 +948,7 @@ public: /** Global instance of a wxSize object initialized to (-1,-1). */ -wxSize wxDefaultSize; +const wxSize wxDefaultSize;