Changed wxRectangle to wxRect. Sorry for the bandwidth...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
virtual void DrawField(wxDC& dc, int i);
|
||||
|
||||
// Get the position and size of the field's internal bounding rectangle
|
||||
virtual bool GetFieldRect(int i, wxRectangle& rect) const;
|
||||
virtual bool GetFieldRect(int i, wxRect& rect) const;
|
||||
|
||||
inline int GetBorderX() const { return m_borderX; }
|
||||
inline int GetBorderY() const { return m_borderY; }
|
||||
|
Reference in New Issue
Block a user