tweak comments
This commit is contained in:
@@ -270,8 +270,8 @@ private:
|
|||||||
extern WXDLLIMPEXP_DATA_CORE(wxGraphicsMatrix) wxNullGraphicsMatrix;
|
extern WXDLLIMPEXP_DATA_CORE(wxGraphicsMatrix) wxNullGraphicsMatrix;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxGradientStop and wxGradientStops: Controls how colors are spread in
|
// wxGradientStop and wxGradientStops: Specify what intermediate colors are used
|
||||||
// a gradient
|
// and how they are are spread out in a gradient
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
// Describes a single gradient stop.
|
// Describes a single gradient stop.
|
||||||
@@ -454,7 +454,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
wxDouble m_width;
|
wxDouble m_width;
|
||||||
wxGradientType m_gradientType;
|
wxGradientType m_gradientType;
|
||||||
wxDouble m_x1, m_y1, m_x2, m_y2; // also used for m_xo, m_yo, m_xc, m_yx
|
wxDouble m_x1, m_y1, m_x2, m_y2; // also used for m_xo, m_yo, m_xc, m_yc
|
||||||
wxDouble m_radius;
|
wxDouble m_radius;
|
||||||
wxGraphicsGradientStops m_stops;
|
wxGraphicsGradientStops m_stops;
|
||||||
wxGraphicsMatrix m_matrix;
|
wxGraphicsMatrix m_matrix;
|
||||||
|
Reference in New Issue
Block a user