73 wxPoint point1 = wxPoint(
size_.GetWidth()/2, 0);
74 wxPoint point2 = wxPoint(0, triangleHeight);
75 wxPoint point3 = wxPoint(
size_.GetWidth(), triangleHeight);
76 wxPoint trianglePoints[3] = {point1, point2, point3};
81 size_.GetHeight() - triangleHeight);