X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6777e6575eaf7bf47b72c5910e5a4b31efd97a1..22a3b6e4b2010f425a54708e46b1b463bd2817a7:/interface/wx/pen.h diff --git a/interface/wx/pen.h b/interface/wx/pen.h index a623a2449c..fbdcbc90ba 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -64,8 +64,11 @@ enum wxPenStyle wxPENSTYLE_VERTICAL_HATCH, /**< Vertical hatch. */ - wxPENSTYLE_FIRST_HATCH = wxPENSTYLE_BDIAGONAL_HATCH, - wxPENSTYLE_LAST_HATCH = wxPENSTYLE_VERTICAL_HATCH + wxPENSTYLE_FIRST_HATCH, + /**< First of the hatch styles (inclusive). */ + + wxPENSTYLE_LAST_HATCH + /**< Last of the hatch styles (inclusive). */ }; /** @@ -329,7 +332,7 @@ public: //@} /** - Associates an array of pointers to dashes (defined as @c char in X, @c DWORD under + Associates an array of dash values (defined as @c char in X, @c DWORD under Windows) with the pen. The array is not deallocated by wxPen, but neither must it be deallocated by