Add the rest of the accessors in wxPenInfo and wxGraphicsPenInfo,
so wxPython can see them.
This commit is contained in:
@@ -1644,6 +1644,15 @@ public:
|
|||||||
RadialGradient(wxDouble xo, wxDouble yo, wxDouble xc, wxDouble yc,
|
RadialGradient(wxDouble xo, wxDouble yo, wxDouble xc, wxDouble yc,
|
||||||
wxDouble radius, const wxGraphicsGradientStops& stops);
|
wxDouble radius, const wxGraphicsGradientStops& stops);
|
||||||
|
|
||||||
|
wxColour GetColour() const;
|
||||||
|
wxBitmap GetStipple() const;
|
||||||
|
wxPenStyle GetStyle() const;
|
||||||
|
wxPenJoin GetJoin() const;
|
||||||
|
wxPenCap GetCap() const;
|
||||||
|
int GetDashes(wxDash **ptr);
|
||||||
|
int GetDashCount() const;
|
||||||
|
wxDash* GetDash() const;
|
||||||
|
bool IsTransparent() const;
|
||||||
wxDouble GetWidth() const;
|
wxDouble GetWidth() const;
|
||||||
wxGradientType GetGradientType() const;
|
wxGradientType GetGradientType() const;
|
||||||
wxDouble GetX1() const;
|
wxDouble GetX1() const;
|
||||||
|
@@ -137,6 +137,17 @@ public:
|
|||||||
wxPenInfo& Join(wxPenJoin join);
|
wxPenInfo& Join(wxPenJoin join);
|
||||||
|
|
||||||
wxPenInfo& Cap(wxPenCap cap);
|
wxPenInfo& Cap(wxPenCap cap);
|
||||||
|
|
||||||
|
wxColour GetColour() const;
|
||||||
|
wxBitmap GetStipple() const;
|
||||||
|
wxPenStyle GetStyle() const;
|
||||||
|
wxPenJoin GetJoin() const;
|
||||||
|
wxPenCap GetCap() const;
|
||||||
|
int GetDashes(wxDash **ptr);
|
||||||
|
int GetDashCount() const;
|
||||||
|
wxDash* GetDash() const;
|
||||||
|
bool IsTransparent() const;
|
||||||
|
int GetWidth() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user